Visual Basic

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