HOWTO: How to Quickly Search a List Box (141027)
The information in this article applies to:
- 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 Q141027 SUMMARY
A popular item in a user interface is to "link" a text box to a list box so
that as the user types text into the text box, the nearest match in the
list box is selected. Although this technique can be implemented fairly
easily using pure Visual Basic code, the Windows API provides a quick and
easy way of doing this.
Modification Type: | Minor | Last Reviewed: | 3/14/2005 |
---|
Keywords: | kbcode kbhowto KB141027 |
---|
|