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.
Category: Visual Basic 6
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…
Set at least six (6) characters password in Visual Basic 6
Set at least six (6) characters password in Visual Basic 6 This sample program in visual basic 6 will demonstrate on how to set at least six (6) minimum characters in password entry.
Transfer item from listview to another listview in Visual Basic 6
Transfer item from listview to another listview in Visual Basic 6 Have you tried to transfer the records from one listview to another? If not then download this program and learn how did it works. This application has a database…
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…
View First, Last, Next, Previous Record in Visual Basic 6 and MS Access
View First, Last, Next, Previous Record in Visual Basic 6 and MS Access This is a database application in visual basic 6 and ms access that demonstrate how to navigate records from database.
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 MS Access Restore Deleted Record in Database
Visual Basic 6 and MS Access Restore Deleted Record in Database Have you ever wonder how to restore a deleted record/s in your ms access database using visual basic 6 program? This sample program will teach you how to do…
Show/Hide value of Textbox in Visual Basic 6
Show/Hide value of Textbox in Visual Basic 6 This application will demonstrate how to hide and show the value of the textbox control using the passwordchar property.