VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

AutoComplete Made EASY

Justin Stevens  (1 Submission)   String Manipulation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This small script simply and easly creates an AutoComplete affect for your ComboBox. VERY EFFECTIVE AND VERY EASY TO UNDERSTAND.

Assumes
This code can be further inhanced by using If Ucase(.text) = Ucase(...... I will leave the rest for you to discover and learn, but I think you will agree that this code is very promising, flawless and alot less complicated then all the other AutoCompleters!

Returns
The code returns the text that the use inputs into the combo box followed by the AutoCompleted text which is highlighted. EG) The user types "F" The ComboBox then Displays a normal "F" which is then followed by "rog" which is highlighted to give "Frog" where "rog" is the .seltext. Understand? NOTE: This is not hard to explain, sorry if you do not get what I am saying :)

Rate AutoComplete Made EASY (4(4 Vote))
AutoComplete Made EASY.bas

AutoComplete Made EASY Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters