|
-
Sep 22nd, 2000, 02:34 PM
#1
Thread Starter
Frenzied Member
Hi,
I have the following:
1) Text file named Text.txt with the following data:
Blue Car
Red Car
Blue Truck
Red Truck
2) A form with a ListView (ListView1), Text box (Text1) and Command button (Command1).
Here's what I would like to accomplish. The ListView would not be populated until the user types in some text in the text box and hits the command button. The listview would then be populated with anything that matches the text entered into the text box. So using the above data, if the user entered bl in the search box, the listview would be populated with:
Blue Car
Blue Truck
Any ideas on how to accomplish this would be appreciated..
Dan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|