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…
Tag: visual basic source code
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…
Visual Basic Sourcecodes Part 4
Dictionary Program in Visual Basic 6.0 Download link: Download Postlink: More Info Automated Student Council Election System in Visual Basic Download link: Download Postlink: More Info
How to print records from database in Visual Basic 6
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…