Search Tools Links Login

Combo DLL


Visual Basic 6, or VB Classic

Windows Combo box enhance active X Dll
With this Active X Dll you can enhance a standard windows combo box
I tried to make a DLL that will include some major ComboBox functions. The most of them can be acheived only by using API.
--------
Functions
1. Drop
2. AutoComplete
3. FindString
4. GetDroppedState
5. GetDroppedWidth
6. GetEditBoxHeight
7. SetDroppedWidth
8. SetEditBoxHeight
9. SetItemHeight
10.SetMaxLen
To use the Autocomplete do the folowing
In the Combo_Change event add the code
Dim cb as new clsAutoComplete
cb.autocomplete(combo1)

Original Author: John Anastasiou

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 107 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD41563232000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 7,671 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.