Visual Basic

Barcode-Based Class Attendance Monitoring System

Submitted by donbermoy on
This is one of the capstone projects that I made for students in a particular school. This is a complete Class Attendance Monitoring System that is integrated by a Barcode to easily swipe ID's. Programming Language: VB 6.0 Database: MS Access Features of the System: - Students Information - Subject Information - Course Information - School Year Information - Login Students using Barcode - Record

Multi-Threaded Applications in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a multi-threaded application in Visual Basic. Design: There really is no design needed for this application, although if you wanted to, you can add a button. What Is a Thread? A thread is the part of your .NET program which runs everything else, your UI, your functions and your classes. Without a thread, your program would not be able to run. Why Multiple Threads? Once a thread has a lot of processing to do, problems begin to arrise.

Hotel Reservation System for EY Suites

Submitted by donbermoy on
When I was still a student, I already made various software/system projects, thesis writing, and capstone projects. One of those projects was this Hotel Reservation System for EY Suites that I have created. This Hotel Reservation System was programmed through Visual Basic 6.0 and Microsoft SQL Server 2000 as backend. Features of the System: Transaction - Reservation - Check-in - Check-out

Spell Check Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a spell check tool in Visual Basic. Dictionary: First we need to get a dictionary of some sort, I am just going to create a simple text dictionary by opening a new Notepad document and typing: they're their there Note; we put one word per line so we can easily distinguish which words are which later on within our program.

Library Management System

Submitted by GeePee on

A simple Library Management System using ADODB as a connection to MS Access. This system includes reporting of all books recorded, books borrowed, past due books and penalties using Data Report. The feature of this system includes user maintenance and borrower's information, transactions such as adding new books, borrowing books and returning books. For you to be able to have the updated

Motivational Quote Selector in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a motivational quote selector to show you one random quote every day that will get you thinking. The Website: First we need a source of the random quotes, I've found this website which has an entire list of good, motivational quotes with the author listed as well... http://www.forbes.com/sites/kevinkruse/2013/05/28/inspirational-quotes/ Design: Next we need the design for our program... well, actually there is no design.

Internet Explorer Cleaning Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a temporary file cleaner for Internet Explorer in Visual Basic. Information: The path Internet Explorer currently uses for storing the temporary files and folders is; C:\Users\{User name}\AppData\Local\Microsoft\Windows\INetCache\IE Design: This form simply uses one button to delete the contents; we can keep its name the default 'button1' since it is the only component on the form.