Visual Basic 6 and MySQL CRUD (Create, Update, Delete) Demo

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…

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

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…

Posts navigation