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…
Tag: visual basic programming
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.
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…