Change background of Visual Basic 6 form during runtime

Change background of Visual Basic 6 form during runtime This is a simple visual basic 6 program that lets you change the background of your form during runtime. Runtime or execution time refers to the running state of you application.

Auto increment id with prefix letters in Visual Basic 6

Auto increment id with prefix letters in Visual Basic 6 Auto number or auto increment is a data type or a function that automatically creates a value if a new record is inserted in the database. This visual basic program…

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…

Posts navigation