Payroll System

Submitted by admin on
A payroll system that supports multiple companies. The database is created for each company. This is not intended for large businesses. My client did not ask for more features so the basic functions are: employees information, password protection, create voucher, payroll summary, and an employee's list report. At least you will learn on how to create a simple payroll system using this source code

Multi-column combobox in datagrid

Submitted by admin on
Here's another version of lynxgrid that I have developed. But by this time I have added a multi-column combobox. The primary purpose of this code is to learn how to integrate combobox and other control like datepicker, checkbox, etc. in lynxgrid. You will also learn in different way on how to save using a master/detail form. How to delete record in table which was deleted in lynxgrid control. Note

Service Record

Submitted by admin on
This is one of my source code written in VB .NET 2003 before and upgraded this to version 2008. It has a few features but most of the time you cannot find this in other application. Basic features: Autosize cell and autowrap Parent/child or master/detail form Password manager Account information username: admin password: admin database password: jay

Hotel Reservation System

Submitted by admin on
Free Hotel Reservation System This is a complete application for Hotel Management System. The source code contain advance programming specially in using SQL Language. Beginners are advice to learn the manual before using the code. If you want me to continue developing this program please let me know by sending an email under "Contact" page. Please Specify what program you're referring to. Basic

Point of Sale and Inventory System - VB 6 Version

Submitted by admin on
Free Point of Sale (POS) and Inventory System. A must have features: Barcode support Point of Sales Place an order (sales order or purchase order) Receive or deliver an order by batch Support for returning of orders Product inventory according to unit of measures Run the source code to appreciate the program Note: Automatic numbering of barcode (field) is used to simulate barcoding system. Just

Combo box in datagrid - lynxgrid

Submitted by admin on
A powerful grid which was abandoned by the original author (Richard Mewett). As what Morgan Haueisen said "this grid is too good to let die". Now I want to support this grid as most of my application is using this for my master/detail and or parent/child form. This grid can support also any control which in my case I added a multi-column combobox. The primary purpose of this code is to learn how