Search.zip contains:

text.exe - Executable file
text.mak - Visual Basic 3.0 Project file
search.frm - Visual Basic 3.0 form and code
search.txt - Text file to explain stuff briefly.
Search 2 is a demonstration of how to write search facilities similar to Windows Help and Quicken. Typing in the text box causes the list box to scroll down and select the nearest match. With the Quicken feature enabled, the nearest match then appears in the text box. The sample code shows how to add and remove items to/from a list box, clear it, add menu support, popup menu support and glean information from the list box, and how to make the list/text box combination function like the Winhelp search list/text box combination, and how to make it act like a Quicken combo box. I do believe that it outdoes the ordinary combo box!
Charles Williams 100334,677

Any problems, feel free to E-Mail me. The code should be in top working order, but any suggestions of improvements would be appreciated. This code is offered as is, and the author will not take responsibility for any events that occur during its usage (like power faliures, alien abductions and earthquakes...that kind of thing). The code comprises of mostly own code, but the Quicken example was added from someone else's example. (Who forgot to give themselves credit...But I thank them regardless.)