Visual Basic 6 and MySQL CRUD (Create, Update, Delete) Demo Hi everyone let me share to you a sample program developed in visual basic 6 as frontend and mysql as the database or backend. Project Features: 1. Establish a connection…
Category: Visual Basic 6
Drag and Drop Game in Visual Basic 6
Drag and Drop Game in Visual Basic 6 This is a two in one project; a drag and drop demo and at the same time it is a simple game developed in visual basic 6. Program features: Drag and drop…
Compute the sum of Listview Column in Visual Basic 6
Compute the sum of Listview Column in Visual Basic 6 Here is the sample program in Visual Basic 6 that will compute the sum in listview column. It has actually a database in which the records are stored, and then…
Library Book Catalog System in Visual Basic
Library Book Catalog System in Visual Basic Book Catalog System is just like OPAC or Online Public Access Catalog. This application is a network based in which it can be view and use via your LAN or local access network,…
Text change event demo in Visual Basic 6
Text change event demo in Visual Basic 6 This is a program in visual basic 6 that will demonstrate how the change event in textbox works. This program will automatically compute the change based on the amount entered by the…
Matching Type Game in Visual Basic
Matching Type Game in Visual Basic This is another simple game developed in visual basic 6 There are two sets of words in the game, the words and the definitions Mechanics of the game
Filter Record from database Using Combo Box in Visual Basic
Filter Record from database Using Combo Box Most of the searching or filtering of records is by textbox or search box, this time we will use combo box to filter records from database. Features: 1. Populate combo box from records…
Form Validation in Visual Basic
Form Validation in Visual Basic Form validation is a technique used to make use that all the necessary fields have been filled up correctly. We will give you example of form validation in visual basic. The sample program will allow…
Filter Record by Date Range in Visual Basic
Filter record by data range in Visual Basic 6 This is a part of my library system where it demonstrates how to filter records in database between two dates.
Grade Management System in Visual Basic
Features Administrator Back and Restore Database Manage Subjects Manage School Year Manage Sections