This is the part 7 of our Visual Basic 6 tutorial and this time we’re going to learn how to print a record from database. The previous tutorials that we have learned are the following: 1. How to connect Visual…
Create a customized incremental record number in Visual Basic and MS access
How to create a customized incremental record number in Visual Basic and MS access Creating a id number is really not a problem in ms access because ms access has a Data type AutoNumber which will automatically assign a number…
How to search a record from database in Visual Basic 6
Welcome to the next tutorial of our Visual Basic programming. Let us first enumerate the previous tutorials. 1. How to connect Visual Basic into MS Access. 2. How to insert a record in MS Access. 3. How to update the…
How to compute interval of days between two dates in Visual Basic
This tutorial will guide us on how to create a simple program that computes the interval of days between two dates in Visual Basic 6. Here are the procedures: 1. Open your visual basic 6 program and create a new…
Display Date and Time in Visual Basic 6
Display Date and Time in Visual Basic 6 Hi everyone, welcome to another simple tutorial on visual basic 6. In this tutorial, we are going to learn how to display the current date and time in vb6. This is a…
Login sytem with database in Visual Basic 6
In one of the tutorial here in visual basic, we have learned how to create a simple login system without using a database. This time a database will be incorporated in the login system which means the combination of username…
Add and Remove item in Visual Basic 6 ListView Control
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…
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…