|
-
Oct 20th, 2009, 11:06 AM
#1
Thread Starter
New Member
-
Oct 20th, 2009, 11:34 AM
#2
Re: Displaying text in a listbox when typed in a textbox
I would use the TextBox's TextChanged event to and loop through the ListBox's Items looking for the one which starts with the text in the TB, if found, set the index to it otherwise I guess set it to -1
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
|