VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

by Danny Young (3 Submissions)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (23 Votes)

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.
Code Returns
The completed word.
Side Effects
None!

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

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

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

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

No comments have been posted about A Good 'IntelliSense' Function. (Auto-Complete) For TextBoxes. Why not be the first to post a comment about A Good 'IntelliSense' Function. (Auto-Complete) For TextBoxes.

Post your comment

Subject:
Message:
0/1000 characters