Results 1 to 7 of 7

Thread: [2.0] Trigger combobox dropdown list

Threaded View

  1. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width