VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Combo DLL

by John Anastasiou (2 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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)

Rate Combo DLL

Download Combo DLL

Download Combo DLL (8 KB)

Combo DLL Comments

No comments have been posted about Combo DLL. Why not be the first to post a comment about Combo DLL.

Post your comment

Subject:
Message:
0/1000 characters