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…
Tag: Visual Basic source codes
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…
Shutdown, Restart and Logoff codes in Visual Basic 6
Hi everyone! Our next program to create is on how to shutdown, restart and logoff our computer in Visual Basic 6. Before we start our tutorial let me remind you that you should save all your work to make sure…
Visual Basic Sourcecodes Part 7
How to connect Visual Basic to MS Access Download link: Download Postlink: More Info Insert record in MS Access using Visual Basic Download link: Download Postlink: More Info Updating a record in MS Access using Visual Basic Download link: Download…