|
-
Apr 21st, 2006, 11:23 PM
#6
Re: [2.0] Drigger combobox dropdown list
I think you're going about this all wrong. I think what you probably should be doing is using the autocomplete features of WinForms 2.0. Take a look at the properties of the TextBox and ComboBox that start with "AutoComplete".
Also, that call to Join looks a bit dodgy. If you Join the worker thread then your UI thread stops executing until the worker thread completes. That's probably why you're losing your cursor.
Last edited by jmcilhinney; Apr 21st, 2006 at 11:40 PM.
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
|