How To Create an Incremental Search ComboBox (154076)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Standard Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
This article was previously published under Q154076 SUMMARY
The ComboBox that ships with Visual Basic has simplistic functionality
whereas many third-party controls offer additional extra features. One of
these third-party features is the ability of the ComboBox to search for
text and find entries starting with that text as you type text into the
ComboBox.
For example, if you type the letters "He," the ComboBox will search for
the first text entry starting with "He," and will display the full text,
such as "Hello World."
Below is a code sample that demonstrates how to achieve this functionality
with the ComboBox that ships with Visual Basic.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto KB154076 |
---|
|