How to add and remove item in Visual Basic 6 ListView Control This tutorial will teach us how to add items and remove items from listview control. Just follow the step by step procedures of this tutorial 1. Open your…
Tag: Visual Basic source codes
How to populate Listview control from database
Welcome to our next tutorial in Visual Basic 6, this time we’re going to learn how to populate Listview control from our database. Let us first define what a ListView control in Visual Basic 6 is. A ListView control in…
Populate Combo Box from database in Visual Basic 6
Populate Combo Box from database in Visual Basic 6 Combo Box in Visual Basic also refers as drop down lists or drop down boxes. In this tutorial, we will going to learn two ways on how to add or populate…
Login System without database in Visual Basic 6
Login System without database in Visual Basic 6 This is just a simple tutorial in Visual Basic 6 that demonstrates on how to create a simple login system without using a database. This tutorial is intended for beginners who want…
Compute age in Visual Basic 6 using DTPicker control
How to compute age in Visual Basic 6 using DTPicker control This tutorial in Visual Basic 6 will teach us on how to compute our age using DTPicker control. This is just a simple application that will compute the age…
Delete a record in MS Access using Visual Basic
This tutorial in Visual Basic 6 will teach us on how to delete a record in MS Access. This is actually the Part 4 of our Visual Basic 6 tutorials Let us first review what we have learned in Visual…
How to upload and save picture in database using Visual Basic
If you are wondering on how to upload a picture in a database using the file path or the path where the picture resides, then this tutorial is just for you. Here are the steps on how to upload a…
Updating a record in MS Access using Visual Basic
Updating a record in MS Access using Visual Basic Welcome to our next tutorial in Visual Basic. This tutorial will teach us the procedures on how to update a record in MS Access. This is the continuation of our previous…
Progress Bar demo in Visual Basic 6
This tutorial will teach us on how to create a progress bar in Visual Basic 6 Kindly follow the step by step tutorial on creating a progress bar in visual basic 6 1. Open your visual basic 6. Create a…
Insert record in MS Access using Visual Basic
In our previous tutorial, we have discussed the step by step procedure on how to connect visual basic to ms access. This time we’re going to learn how to insert a record in our database. We will provide you the…