Search Function in Visual Basic 6 and MS Access You will how to create a search function in visual basic 6.0 that is connected to ms access database. The source code and step by step tutorial is included in the…
Category: Visual Basic 6
Daily Time Record System in Visual Basic
Daily Time Record System in Visual Basic The system will be maintained and manage by the administrators while the employees are only allowed to swipe their identification card using barcode technology or using of biometrics devices.
School Management System in Visual Basic
Features of School Management System The system is divided into 4 modules namely: Administrative Module, Cashier and Enrollment Module, Student Information Module and Registrar Module.
Faculty Evaluation System in Visual Basic
Faculty Evaluation System in Visual Basic The system can be accessed by the Administrators, Faculty Members and Students. List of features included in the system: Administrator Manage (add, update, delete record) Student Information – (studentid, lastname, middlename, firstname, yearlevel) Manage…
Visual Basic Listview control with database
Visual Basic Listview control with database Sample program in vb6 and ms access that will show you how to populate or retrieve records from ms access database and displays it in a listview control.
Auto Compute Age using dtpicker control in Visual Basic
Auto Compute Age using dtpicker control in Visual Basic Visual Basic 6 program that automatically computes your age based on the date selected in the dtpicker control.
Populate Combo Box from MS Access Database
Populate Combo Box from MS Access Database Visual Basic and MS Access program that retrieve records from database and passed into a combo box.
PE Tools Management System in Visual Basic
PE Tools Management System in Visual Basic This is an inventory system specifically designed for the pe tools and equipments List of Features: Manage Items or Tools Information Borrowers Information
DateDiff Function in Visual Basic
DateDiff Function in Visual Basic DateDiff function is used to get the interval of days, time, weeks, etc. between two specified dates. In this sample program, we will be able to determine the interval of days between two dates. The…
Visual Basic Display Current Date and Time in a Form
Visual Basic Display Current Date and Time in a Form A very simple program that get the time and date of your computer and then display it the visual basic form.