Visual Basic

Visual Basic Source Code

Free Visual Basic Source Code. Download 10 latest Visual Basic system's projects with source code for free here.

Parehasan (Same Game)

Submitted by Oelasor on
Parehasan ( Same Game) is a tile game based on the original "Chain Shot!" game concept developed by Kuniaki Moribe of Japan in 1985. Game scoring of this version is based on the formula n(n - 2) of the 2001 version released by Jeff Reno. The program features the use of a dynamic link library (Parehasan.DLL) specifically built for the game. The said DLL should be referenced in the project in order

Reward Plus System

Submitted by Macku on
Program features: Customer Information Point Entry Point Assessment Redemption Price List Reports: Customer Info Point Entry Points Earned Redemption This application uses ODBC connection. You should configure it first. 1.) Go to Administrative Tools and select ODBC 2.) Click System DSN tab and press Add button. 3.) Specify Microsoft Access Driver (*.MDB) and press Finish button. 4.) On Data

Basketball Timer Program

Submitted by bryanhayag on
Created for the purpose of Basketball Game Timer and Scorer board Keyboard Controls are placed in the screen for faster response on game Color Modifiable for Main Clock and Team Names Audible sound buzzers for 24 second shot-clock, Time-Out Calls, Substitution, and Interrupts Change the name of Team Names by Double clicking the Team A or Team B Context... If you ever like this program, vote for me

Cashiering and Student Account System

Submitted by tyronsoft on
Cashiering and Student Account System using visual basic 6.0 and ms access features: cashier username: cashier2010 password: 123 1. can process payment and assessment of students 2. can view the remaining balance of students 3. can view the payment history of students 4. can view the income of every department/courses admin username:admin password:admin 1. can modify the information of students

BJMP Inmate Information Management System

Submitted by Oelasor on
This is a fast tracked prototype program that manages jail inmates' records/information. It : 1. can accept inmate's fingerprints through a DigitalPersona u.are.u 4000b fingerprint reader/scanner; 2. can take inmate's mug shots using a web cam attached to the computer; 3. can search for an inmate record using the fingerprint reader; 4. can search for an inmate record through face matching with the

Fifteen Puzzle

Submitted by Oelasor on
This program is a modification to the picture swapping puzzle I recently submitted. The puzzle is similar to the popular sliding Fifteen Puzzle only that it can be customized to have more or less than 15 movable image cells. The minimum and maximum sizes of the puzzle are 3 x 3 (9 - 1 = 8 movable cells) and 13 x 13 (169 - 1 = 168 movable cells) respectively. The puzzle allows the display of cell

Picture Puzzle

Submitted by Oelasor on
A simple picture swapping puzzle that demonstrates the use of the BitBlt and Rectangle API predefined functions. The puzzle can be played by alternately clicking two cell images. The first click selects the first image and the second click swaps the newly selected image with that of the previous one. Hope you enjoy playing with the puzzle and the codes...

CPU Scheduling Algorithms

Submitted by Oelasor on
A simple program demonstrating the preemptive and non-preemptive CPU scheduling algorithms (First Come First Serve, Shortest Process First, Shortest Remaining Time First, Priority Scheduling - both preemptive and non-preemptive, and Round Robin. The program includes customizable list of processes wherein the user can enter new ones, edit and delete existing processes. It also includes an execution

VB 6.0 Source Code to Flowchart Converter

Submitted by Oelasor on
This is an unfinished version of a program that generates flowcharts from VB 6.0 source codes. I got bored before I was able to finish it, yet it is very interesting and a bit challenging. Perhaps someone out there would take some spare time to mingle with the codes...you know...just for fun... It lets the user view the code modules of most of the VB 6.0 objects such as Forms, UserControls, Class