Login system with own account updates in Visual Basic 6 It is a simple login system with database that will allow the users to manage their own account.
Tag: programming tutorial for beginners
Login System with attempt counter in Visual Basic
Login System with attempt counter in Visual Basic Login system is one of the security features that you must have in your system. In this project we have incorporated a counter on how many time the user attempts to logon…
Identification Game in Visual Basic 6
Identification Game in Visual Basic 6 Good day Everyone! Let me share to you my simple game in visual basic 6, it is similar to matching game which we have posted earlier.
True or False Game in Visual Basic 6
True or False Game in Visual Basic 6 This true or false game is a part our science eLearning software which will be uploaded soon. Features included in the game:
Icon View in Listview Visual Basic
Icon View in Listview Visual Basic Listview is usually used for displaying records, but this time we’re going to used it to display icons that will be used as control panel of our application.
Append Query Demo in Visual Basic and MS Access
Append Query Demo in Visual Basic and MS Access Append query is the process of copying the records from the source table to another table Note: the two tables must be identical.
Add, Remove item in Listview with database
Add, Remove item in Listview with database Visual Basic 6 Listview Demo with database is a program that will populate listview control from the records in the database. Adding and removing an item or record is also demonstrated in this…
Sample Print Receipt Program in Visual Basic 6
Sample Print Receipt Program in Visual Basic 6 This program is one of the components in POS (Point of Sale) System in which it allows you to print a receipt for what you have purchased.
How to populate textbox form the selected item in the listview
How to populate textbox form the selected item in the listview This sample program in visual basic 6 will show us on how to transfer row value(s) from the listview to textbox.
Listview Column sort in Visual Basic
Listview Column sort in Visual Basic Features: 1. The sample source code will show us on how to load records from to database to listview control 2. Records displayed in the listview control can be sorted (ascending and descending) through…