Problem: Create a program that will allow the user to browse and select a pdf file then open the selected file using visual basic 6. Solution: To solve the problem above we are going to create a step by step…
Tag: visual basic 6
Visual Basic 6 and MS Access Upload and Print Image in Data Report
Tutorial Description: This step by step tutorial in visual basic will teach us on how to print pictures in data report. The project has a MS Access database that holds the record of uploaded images. What we need? Of course,…
Generate Random String in Visual Basic
Tutorial Description: This tutorial in visual basic will guide us on how to generate random string. Please follow the step by step guide 1. Open you visual basic 6 application. Select Standard EXE. 2. Add a form (Project in the…
Fusion Chart in Visual Basic 6 with database
Fusion Chart in Visual Basic 6 with database A chart is a graphical representation used to display a certain piece of records or information; it makes the report more understandable. Visual Basic is capable of inserting a chart component that…
How to backup MS Access database in Visual Basic
How to backup MS Access database in Visual Basic Welcome to the part 8 of our Visual Basic 6 tutorial This tutorial will guide us on how to backup ms access database in visual basic. Before we start, let us…
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…
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…