Tools Links Login

Database Autocomplete TextBox Module (No API)

This is a veeeery simple code to make one autocomplete textbox that gets the first letters you typed and searches for the most similar word from a table and then completes the rest. No API Calls, No Classes, Only few lines of code in 2 events...Simply save it as a module (.bas) and add it to your project

Original Author: Marcos Camargo

Assumptions

'There are two functions in the module
'The Function CheckIsDelOrBack checks it the key that
'was pressed was Delete or BackSpace (so the code will be ignored)
'The Other one (Autocomplete) ... autocompletes the textbox!!

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 93 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD242012201999.zip
Posted: 9/3/2020 3:45:00 PM
Size: 24,412 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.