VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

EASY TO IMPLEMENT API Based AutoComplete Class adding full featured AutoCompletion to VB Combo Boxes

Dr. C  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This class is used to EASILY add AutoCompletion such as in Internet Explorer or MS Access to VB Combo Boxes. It makes use of API calls which makes it EXTREMELY efficient. It also gives you the ability to control various properties:
1. The AutoDropdown property
2. Complete RowSource specification (new)
3. The ForceListUsage property (new)
4. The LimitToList property
5. The AutoUpdateList property
*******************************************
**********PLEASE REMEMBER TO VOTE**********
*******************************************

Inputs
Simply define a class and link it to the target combo box.

Assumes
The demo project should be self explanatory, but basically all you have to do is add the class to your project and upon the Load event of your form, simply initialize a class instance for each of your combo box controls. The AutoDropdown property can easily be set in code. In the example project I tied it to a check box. Play around with it to see how it works.

Returns
Simply the functionality of AutoCompletion.

Side Effects
None.

API Declarations
SendMessage

Rate EASY TO IMPLEMENT API Based AutoComplete Class adding full featured AutoCompletion to VB Combo Boxes (18(18 Vote))

Download EASY TO IMPLEMENT API Based AutoComplete Class adding full featured AutoCompletion to VB Combo Boxes

EASY TO IMPLEMENT API Based AutoComplete Class adding full featured AutoCompletion to VB Combo Boxes Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters