visual basic

Inventory System v1.0.75

This is an advance Inventory System that I've made before. It has a lot of features that you can use in your own program. Features of this program are as follows: Purchase order are put on hold prior to final posting. Purchase/Sales order return. The system automatically detect if all items in purchase order has been delivered. Items in listview turns red if all items has been delivered. Items

Voting System

A replacement for pen and white board for voting system. You may use this little program to cast your vote for the nominated member in your association. Usage: 1. Enter nominee or candidate in Nominate form.2. Open Couting form to vote for your candidate - highlight the name of the candidate and click the increase button to increase the vote for a selected candidate. Otherwise click the decrease

Academic Records System

Very advanced database application that highly exploits VB capabilities. Written especially for you guys and gals who want create a full running database system. In other hand, it contains many useful programming tricks, utilities, and goodies (cool usercontrols, system and registry manipulation, advanced file operations...) that you can freely implement in your project. It doesn't contain any

Payroll System

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

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