Visual Basic

LRB Boarding House Management and Billing System

Submitted by donbermoy on
This LRB Boarding House Management and Billing System was developed using VB 6.0 and MS SQL Server 2000 as the database. I made this system when I was a student as a project to students in other schools. This system features: - Boarder Registration - Payments - Additional Charges to Boarders - View List of Boarders - View All Rooms - View Available Rooms - View Occupied Rooms - Room Maintenance -

Search a String in A TextBox and Highlight in VB6

Submitted by donbermoy on
This tutorial provides to create a program that has the capability of finding a string in a textbox and highlight it using Visual Basic 6.0. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Button named Command1 and labeled it as "Find a String". Add also one TextBox named TextBox1 for inputting any text on it.

MAJ Microfinance Corporation Loan Collection System

Submitted by donbermoy on
MAJ Microfinance Corporation Loan Collection System is a complete loan collection system that was developed through Visual Basic 6.0 and MS Access 2003 Database. This system was one of the thesis I made for a particular school. This system features: - Client/Borrower Registration - New Member and Old Member Loan Application - Monthly Loan Payment - List of Payments - Interest Settings for

Fibonacci Sequence in All Loops using VB6

Submitted by donbermoy on
We all know that Fibonacci Sequence are set of whole numbers that starts with one or zero that each number is the sum of the two preceding numbers. In this tutorial, we will create a program that can compute the fibonacci sequence of an inputted number in all kinds of looping in vb6.0. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

File Comparison Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a file comparison tool in Visual Basic. Pseudo: First the user selects file #1. Then file #2. Stats are accumulated for each file. Stats are drawn on to the form. Design: For the form, we are simply going to use two listboxes (listbox1 and listbox2) to hold the stats and 'button1' with the text of 'Begin' to start the comparison process. File Selection: So now we create an OpenFileDialog to allow the user to select a file.

Flowershop Management and Information System

Submitted by donbermoy on
This is a Flowershop Management and Information System that has the capabilities of that a sales and inventory of flower products. This system was programmed through the use of Visual Basic 6.0 and MS SQL Server 2000. This features to have purchasing transaction of flower products for cashiering, flower item entry for inputting flower information, stockin for inputting the quantity of a specific

Sealines Ticketing System

Submitted by donbermoy on
This is a project made by the 3rd year BSCpE students in their computer programming 3 subject entitled Sealines Ticketing System. It features deck information for your cottage, route information with the locations and can determine either one way or round trip, vessel information for the information of ships, passengers information to save records of passengers, creating account in the system, and

Sorting: Ascending and Descending Order in VB6

Submitted by donbermoy on
In this article, we will create a program that can sort values into ascending or descending order in numbers in visual basic 6.0. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add 2 Buttons named Command1 and labeled it as "Asc" for ascending order and Command2 and labeled it as "Desc" for descending order.