Visual Basic 6.0

Gram Panchayat Management System

Submitted by piyuld9 on
 While human made GRAMPANCHAYAT MANAGEMENT SYSTEM report to much extra time, the computerized GRAMPANCHAYAT MANAGEMENT SYSTEM report minimizes the wastage of time.  Also, the human method of making GRAMPANCHAYAT MANAGEMENT SYSTEM report system is tedious & boring type, this computer method is easy & non-tedious.  The making of GRAMPANCHAYAT MANAGEMENT SYSTEM report is calculate & opens the

Computerized Enrollment and Billing System for CRSHS

Submitted by donbermoy on
This is a complete Enrollment and Billing System for Caraga Regional Science High School that has also a grading system. This system is basically a project for Software Engineering Subject made by my classmates with a particular group. It was programmed using Visual Basic 6.0 and SQL Server 2000. This system features: Transaction Student -All Students -Active Students -InActive Students

Real time Clock using Visual Basic 6

Submitted by dah.factor on
Step 1: Open MS Visual Basic 6 Step 2: Select Standard EXE as the New Project. Now you have a form named Form1. Step 3: Add a Label to Form1. Now you also have a label named Label1 Step 4: Copy the code below and paste it inside Form1. Step 5: Click Run. Enjoy! :) Dim WithEvents kell As Timer Private Sub kell_Timer() Label1.Caption = Format$(Time, "hh:mm:ss AM/PM") End Sub Private Sub Form_Load()

Automated Questioning System

Submitted by teejaygenius on
A visualbasic6.0 application titled automated questioning system with the following modules adding a new applicant/student, adding and modifying questions in three courses (English, mathematics and General Papers), view result of the test by the administrator. A registered will log in with the given username and password and after 3 attempts he/she is asked to contact the administrator. Feel free

AutoComplete ComboBox using Visual Basic 6.0

Submitted by admin on
Somebody emailed me on how to create an AutoComplete ComboBox using VB 6.0. I have actually created this kind of code but using VB.NET entitled “ Autocomplete ComboBox in DataGridView Control”. I have taken the code off the net and modified it to suit my needs. Most of the example on the internet does not include database so I decided to add a database so it would be easy for you to understand on