VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Autocompleter for textboxes-Like IntelliSense

Jono Spiro  (4 Submissions)   String Manipulation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

'This function can be implemented anywhere to finish off a word in a textbox using a list of words with a custom delimeter. It is fairly complex and difficult to document, so bare with me. It also uses the amazing extract argument function written by another code of the day submitter. I have spent lots of time fine tuning this code and making it as flexible and foolproof as the one used in Internet Explorer 4.0.

Inputs
'Usage: textComplete textBox object, the words list to search through, the last key hit (use keyCode) 'example: textComplete text1,"www.microsoft.com,www.microwave.com",keyCode

Assumes
'It is very complex code, I have spent a while beta testing it to make sure no modifications are needed. Documenting this would have taken too long and would be difficult to understand, so please just trust the code, it will fry your brain if you try to pull it apart and understand it...

Returns
'Returns nothing

Side Effects
'No Side Effects

API Declarations
'None

Rate Autocompleter for textboxes-Like IntelliSense (5(5 Vote))
Autocompleter for textboxes-Like IntelliSense.bas

Autocompleter for textboxes-Like IntelliSense Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters