VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Good 'IntelliSense' Function. (Auto-Complete) For TextBoxes

Danny Young  (3 Submissions)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Like IE4 and IE5, this module when setup with your TextBoxes, will make repetitive data entries easier for your users. For example, if "hello" had been typed into the TextBox earlier, at a later date, all the user has to do is type "h" and the rest of the word will appear. Just in the style of IE4.
This stores all the keywords in a file named after the TextBox specified. It automatically adds new words to this list when the user presses Enter on the keyboard.
Even though I've uploaded it as a ZIP, it's not because it's hard, but to make it easier to understand how it's working.....

Inputs
Your TextBox name.

Returns
The completed word.

Side Effects
None!

Rate A Good 'IntelliSense' Function. (Auto-Complete) For TextBoxes (24(24 Vote))

Download A Good 'IntelliSense' Function. (Auto-Complete) For TextBoxes

A Good 'IntelliSense' Function. (Auto-Complete) For TextBoxes Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters