No of visitors who read this post:
381
Category:
System Utilities
Type:
Question
Author:
Betty lodge
I have a defined list. It should be allowed to type starting letters and filter the list by that letters typed, just like the Combo box in Visual Basic. Now I have to scroll the all data and it is very difficult as the list is very long. Please help me. Thanks in advance.
- Login or Signup Now to post comments

If you are using VB.NET, the following are the guidelines you will need for creating a combo box:
-Chalk Talk