Problem: Create a program in visual basic that will allow the user to upload rtf files in a database. The program will be able to compile those uploaded files and display it in a list format. From the list of…
Visual Basic 6
Visual Basic 6 Lessons and Tutorials
How to Open a Website in Visual Basic
Problem: Create a program in vb6 that will allow the user to enter the address of the website in a textbox and open it in the default browser. Solution: We will be using the ShellExecute Windows API (Application Programming Interface). ShellExecute uses…
Celsius to Fahrenheit Converter in Visual Basic
Problem: Write a program in visual basic 6 that will convert degree Celsius to degree Fahrenheit and vice versa. Tutorial Description: We will create program that will allow the user to enter a value in Celsius or Fahrenheit and converts…
Random Number Guessing Game in Visual Basic
Problem: Write a program in visual basic 6 that will ask the user to enter a number from 1 to 10. The program will also generate a random number from 1 to 10, the program will then compare the user…
Compute Number of Respondents in Visual Basic
Problem: Create a vb6 program that will ask the user to enter the total population then the program will compute the sample size. Sample size – the number of respondents that will be the selected to answer the survey or…
How to Browse and Open a PDF File in Visual Basic
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…
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…
Registrar Grade Profiling System in Visual Basic
System Description The Automated Student Grade Record System (ASGRS) is an automated system for the registrar’s office to update student’s profiles and fast and accurate release of student’s grades. The developed system can provide an accurate and fast releasing of…
Registrar Grade Record Keeping System
The purpose of the study is to design and develop a Registrar Grade Record Keeping System that is accurate, fast, and accessible for the registrar’s office that will facilitate the record – keeping and issuance of grades; it will also…