Table Join in Visual Basic 6 and MS Access

Table Join in Visual Basic 6 and MS Access This is a database application in Visual Basic 6 and MS Access that demonstrate how to combine or join two tables and display it as one. The database has two tables…

Dollar to Peso Converter in Visual Basic 6

Dollar to Peso Converter in Visual Basic 6 This is another conversion application in vb6 but this time it will convert currency to another currency, dollar to peso to be specific. This application will ask the user to enter a…

Trap Duplicate Record in Database using Visual Basic 6

Trap Duplicate Record in Database using Visual Basic 6 Trapping of duplicate record simply means to prevent same record to be saved in your database. This is the program that demonstrates how to do that. It is very necessary to…

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…

Posts navigation