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

KEVINCOMPUTER Inventory by VB 2012

Submitted by Som Vang on
My perfect project in whole Bachelor degree (2009 - 2014) !!! ICT in Laos. This software is used for selling in ICT material or Computer shop, so we can use to manage our computer to be easier such as collect data from Ordering, buying, selling include report and print as hard copy. This is a perfect software for those who want to develop like this topic, but the small problem is that the software

Calculator in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a calculator in Visual Basic. Design: For this, we want the following; A textbox named 'textbox1' to show the current output. Four buttons for add, subtract, multiply and divide. Ten buttons for the ten digits. One button for the calculate process. Variables: Now we want to create some variable.

List Manipulator in Javascript

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple array re-orderer in Javascript. HTML: We are going to have a few HTML elements, here are the details... Textarea, named area, to contain the original list. Button, to reverse the list. Button, to sort the list a-z. Button, to sort the list z-a. Button, to randomise the list.