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

ThumbSoft: Fingerprint Scanner/Reader using GrFingerX

Submitted by admin on
This is a fingerprint scanning system use for Daily Time Record. I am using GrFingerX library to scan the fingerprint. You need to install the library from http://store.grfinger.com/Computer-Software/GrFinger-Fingerprint-SDK-2009-Free-Trial-30-Day. I also include the GrFingerX.dll just in case the installer cannot register the library. Before you run the program you need to change the location of

Class Scheduling System for Beginners

Submitted by ramos.cj360 on
Class Scheduling System - was created for beginners only. This program having the common functions in database manipulation such as (Add, Update, Delete, Search and Reloading records to fill the listview control). This is good example to start database programming. Download now and drop your comments and suggestions. Thank you SOURCECODESTERS! Kind Regards, Leo

INPOUT32.dll under .NET (Sending Data via parallel port )

Submitted by emond on
Sample how to send data to LPT or printer port using INPOUT32.dll from Lakeview Research.. This time .NET version , very handy and quite stable under Windows XP. Good for Software-Hardware Engineers and design projects. Option Strict Off Option Explicit On Module InpOut32_Declarations 'Inp and Out declarations for port I/O using inpout32.dll.