Load records from database to Data Grid

Load records from database to Data Grid The DataGrid control is a spreadsheet-like bound control that displays a series of rows and columns representing records and fields from a Recordset object.

Basic Calculator in Visual Basic 6

Basic Calculator in Visual Basic 6 This is for beginners who want to learn visual basic 6 Basic calculator program that will compute the sum, difference, product and quotient of two numbers.

Error Handler in Visual Basic 6

Error Handler in Visual Basic 6 Error handling is very important component of your program, it enables the application not to automatically close if a certain runtime error occurs during the execution of the program and at the same time…

Zodiac Expert System

Zodiac Expert System This is a dynamic version of zodiac information system developed in visual basic 6 and ms access as its database. The admin part is capable of maintaining the records such as zodiacname, negative and positive traits of…

Spelling Game in Visual Basic

Spelling Game in Visual Basic This is a project during my college years, the program will be presenting you the list of word then you are going to select which on is incorrectly spelled, after that the system will ask…

Upload mysql database using visual basic

Upload mysql database using visual basic If you are wondering on how you can upload your mysql database aside from using phpmyadmin, well this sourcecode will teach you how.

Enable/Disable user accounts in Visual Basic 6

Enable/Disable user accounts in Visual Basic 6 This visual basic 6 program will demonstrate how to enable/disable users to logon to their accounts. There are two types of users in this program the administrator and the faculty, the administrator has…

Change background of Visual Basic 6 form during runtime

Change background of Visual Basic 6 form during runtime This is a simple visual basic 6 program that lets you change the background of your form during runtime. Runtime or execution time refers to the running state of you application.

Posts navigation