Library Book Catalog System in Visual Basic Book Catalog System is just like OPAC or Online Public Access Catalog. This application is a network based in which it can be view and use via your LAN or local access network,…
Tag: programming tutorial for beginners
Text change event demo in Visual Basic 6
Text change event demo in Visual Basic 6 This is a program in visual basic 6 that will demonstrate how the change event in textbox works. This program will automatically compute the change based on the amount entered by the…
Matching Type Game in Visual Basic
Matching Type Game in Visual Basic This is another simple game developed in visual basic 6 There are two sets of words in the game, the words and the definitions Mechanics of the game
Filter Record from database Using Combo Box in Visual Basic
Filter Record from database Using Combo Box Most of the searching or filtering of records is by textbox or search box, this time we will use combo box to filter records from database. Features: 1. Populate combo box from records…
Form Validation in Visual Basic
Form Validation in Visual Basic Form validation is a technique used to make use that all the necessary fields have been filled up correctly. We will give you example of form validation in visual basic. The sample program will allow…
Filter Record by Date Range in Visual Basic
Filter record by data range in Visual Basic 6 This is a part of my library system where it demonstrates how to filter records in database between two dates.
Grade Management System in Visual Basic
Features Administrator Back and Restore Database Manage Subjects Manage School Year Manage Sections
Random Guessing Game in Visual Basic
Random Guessing Game in Visual Basic This is a simple guessing game in visual basic. The user will be ask to enter a number from 1 to 10 if the input is same as the result of the randomly selected…
Open a website in Visual Basic
Open a website in Visual Basic A simple code in visual basic that will open a website on what the user enters in a textbox. A step by step tutorial in a pdf format plus source code are included in…
Celsius to Fahrenheit Converter in Visual Basic
Celsius to Fahrenheit Converter in Visual Basic Source code and step by step tutorial (pdf format) on how to create a program that converts Celsius to Fahrenheit.