Results 1 to 4 of 4

Thread: Combobox List using like statement

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    Question Combobox List using like statement

    Hi! can someone give me idea and how?

    i want my combobox when i type letter all item has the letter i have typen will show in the combobox.... because in the current situation in vb .net when i type "A" all item that start from a will display i want this time when i a letter "A" all those have the letter "A" will display..

    is it posible? how to do? please give me sample program and idea

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

    Re: Combobox List using like statement

    It's not possible with the standard ComboBox control. You'd have to find a third-party auto-complete combo box control on the web and then customise it to behave that way. It shouldn't be too hard to find a freebie. I'd start looking at The Code Project.
    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

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    Re: Combobox List using like statement

    jmcilhinney, thanks for your responce.. anyway i don't know what kind of third party is it... can you give me the name of the software?

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

    Re: Combobox List using like statement

    There are two parties involved in your development. You are the first party and Microsoft, who provide the IDE, is the second party. A third-party tool is anything that you haven't created yourself and Microsoft hasn't provided with the IDE.

    I have no specific third party in mind. You may have heard of the World Wide Web. It lets you search for things. You might find it useful in this case.
    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