adspace
How do I implement an incremental search in list/dir/combo/file boxes?
Answer Posted / Rajat Kush
Incremental search can be implemented using the AutoComplete feature in Visual Basic. You'll need to create a ListBox or ComboBox, set its DropDownStyle property to 'DropDownList', and implement an event like TextChange that triggers the search based on user input. For file-related boxes, you can use the Directory.GetFiles() method along with AutoComplete.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I force a file dialogue box to reread the currect disk?
How do I make the mouse cursor invisible/visible?
How would you attach pictures in column headers of List View Control?
Specify technical & functional architecture of your last 2 projects.
How would you activate animation control?
With in the form we want to check all the text box control are typed or not? How?
How do I tell when an application executed using the SHELL command is finished?
Draw Sequence Modal of DAO and Explain?