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…
How to connect Visual Basic to MS Access
This tutorial will guide you to connect your visual basic 6 to ms access database for you to develop a database application in visual basic. What we need? In this tutorial we need ms access database (2000-2003 format) (.mdb), a…
Java while and the do while loop statements
The while and the do while statements in Java Programming. We will introduce you to other types of looping statement in Java (while and do while loop). while loop while loop is a control structure in Java that executes a…
Java Programming for loop statement
Hi there! This next lesson will be on understanding for loop in Java Programming. The for loop statement This type of loop will repeat Java statements for a specific number of times.
Learning Switch Statement in Java Programming
Welcome to our next Java lesson and in this lesson we are going to learn about the switch statement. What is a switch statement? A switch statement is just like if else if statement the difference is that there is…