MaxOn Accounting Software

Submitted by zadr50 on
Maxon is a software that helps you to make transactions on the company, including sales, purchases, accounts payable, accounts receivable, stock, assets, cash book, accounting, and so forth. MAXON made by a group of programmers who are experienced, you can communicate or discussion about the manner of use of the software, business process problem, request and modification modules via online forums

Image Slider

Submitted by GeePee on
This is a simple image slider using JavaScript and jQuery. This slider automatically slides and takes you to the next image. And while the slideshow plays, you can also click the previous and next button. To pause the slideshow, hover the mouse pointer over the image. Hope this helps.

How to Create a Log File in Java

Submitted by donbermoy on
Today, I will teach you how to create a log file in java. We all know that a file is a list actions that occurred in which a program records events, such as user access or data manipulation as they occur to serve as an audit trail or warning message. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of logFile.java. 2. Import java.io package. Hence we will use an input/output in creating files and for the IOException class.

Book Application (PageTurnerView in Android)

Submitted by donbermoy on
It's me again! :) I have created another Android application entitled Book App using Basic4Android. This book application is not an ordinary application that will just put some text on it and read only in one form. This application features to have a PageTurnerView in Android, meaning it is just like a book that you scan through its pages. This app also may help you on how to customize font, color, margins, line spacing, and page numbering. Just install Book.apk to your android phone and run it. This book app contains an utmost dedication to my girlfriend.

Hospital Management System (Ali Xihuny & Aishath Areesha) - 2K14

Submitted by Xihuny on
This is a simple Hospital Management System created for our final year project. I have used Visual Studio 2010 Ultimate, MS Access 2013, Telerik UI for Winforms 2014 to create this system. So, make sure you have all the required software before opening the VB file. Note: Telerik UI for Winforms is a must You can download it from here: Telerik UI for Winforms

Unhide files and folder from flash drive

Submitted by matiullahkhalliqie on
This small program unhide files and folders from flash drive or any drive on your PC. Sometime when we attach our flash drive with our College computer, our flash drive are infected by virus which hides our original files and folders on our Flash Drive. Using cmd attrib command this small Program will unhide our hidden files and folders.

How to Login User Accounts from Microsoft Access Database using C#

Submitted by joken on
This tutorial is a continuation of our last topic called “Searching a Record From Database using C#”. But this time,we will be focusing on how to create an application that will allow the user to create a login system where the user accounts stored in the database.And now we will be using the Microsoft database we created from our last tutorial and we’re going to create a new project called “userlogin”.

How to Write an Entry to the Application Event Logs in Visual Basic 2008

Submitted by janobe on
In this tutorial, I will teach you how to Write an Entry to the Application Event Logs by using Visual Basic 2008. Logs are very important because it will track every event that are happening in your application. So, let’s begin: 1. Open Visual Basic 2008. 2. Create a new Windows Application. 3. Make the Form just like this. First Form Event Logs Now, go to the code view. Create a variable that will set the entry type of the event log.