Visual Basic

Library Management System (Beta Version)

Submitted by harvey.rosero on
FEATURES - Splash screen loading with welcome voice over and API features - Login user with restrictions and attempts - Recovery sms gateway for password retrieval - User Status and clock Real-time - Print Filtering Reports - Direct Shutdown of PC using Shell Function - Lock application System feature for security purposes - User Administration, Member and Book Management - Backup & Restoring

ZEST Sales and Inventory Manager

Submitted by ramos.cj360 on
The stock management system of medical store is developed to overcome these most of the problems. By computerizing the system we can solve many problems which are exists in the manual system. After computerizing the system, they can finish their work in least amount of efforts. The computerized system has many gain & features which manual system can't give in any circumstances.

Inventory Software - VB 6 Source

Submitted by ramos.cj360 on
Hi! Inventory Software written in VB6 and MS Access Database good for beginners. By downloading this, you will learn SQL basic data manipulation, crystal reporting. Thank you and happy coding great coders! Credits: Philip Naparan, [email protected] and all the friends our there entire the world who continuously contributing to programming community. Regards,

Visual Basic Payroll System

Submitted by rinvizle on
In this tutorial we will teach you how to create a Payroll System written in Visual Basic. This simple application creates a automatic calculation of salary using this payroll system. The application calculates the Rate, Hour per day, and deducts the Phil-Health, SSS, Monthly wages, and etc. The application works by putting a value from the Rate per hour, Hour per day, and Number of days work.

How to Save Data in the Database Using Visual Basic 2008 and SQL Server 2005

Submitted by janobe on
This time, I will show you how to save data in the database using Visual Basic 2008 and SQL Server 2005 Express Edition. Using this method, the data will be saved in the database and It will also display the data that you have been saved in the database to the Datagridview. See the step by step procedure below.

Let's Begin:

Step 1. Create a database in the SQL Server 2005 Express Edition and name it "userdb". Step 2.

Calculator in Visual Basic

Submitted by rinvizle on
In this tutorial, I would like to share you this project called Calculator in Visual Basic. This project support the basic functions of addition, subtraction, division and multiplication, as well as changing the sign of the number the "+/-" key. It's up to you if you want to support the sqrt(√), percent(%), and (1/x) functions.