Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Combobox

Combobox

Scheduled Pinned Locked Moved Visual Basic
csharphelptutorial
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sudevsu
    wrote on last edited by
    #1

    Hello experts, I have a combobox which lists down lot of values like Apple, Ant, Cat, Carrot,Costco etc. But I want it to work as follows. so when I type "Ca" on combobox it should show only those in the list that starts with "Ca" In this case its carrot and Cat. This is a windows application developed in Vb.net. Please let me know how to achieve that.

    Your help is much appreciated. Thanks Happy Coding!

    S O 2 Replies Last reply
    0
    • S sudevsu

      Hello experts, I have a combobox which lists down lot of values like Apple, Ant, Cat, Carrot,Costco etc. But I want it to work as follows. so when I type "Ca" on combobox it should show only those in the list that starts with "Ca" In this case its carrot and Cat. This is a windows application developed in Vb.net. Please let me know how to achieve that.

      Your help is much appreciated. Thanks Happy Coding!

      S Offline
      S Offline
      sudevsu
      wrote on last edited by
      #2

      Solved cbmBrand.DropDownStyle = ComboBoxStyle.DropDown cbmBrand.AutoCompleteMode = AutoCompleteMode.SuggestAppend cbmBrand.AutoCompleteSource = AutoCompleteSource.ListItems

      Your help is much appreciated. Thanks Happy Coding!

      M 1 Reply Last reply
      0
      • S sudevsu

        Solved cbmBrand.DropDownStyle = ComboBoxStyle.DropDown cbmBrand.AutoCompleteMode = AutoCompleteMode.SuggestAppend cbmBrand.AutoCompleteSource = AutoCompleteSource.ListItems

        Your help is much appreciated. Thanks Happy Coding!

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        The 5 is for posting your own resolution :laugh:

        Never underestimate the power of human stupidity RAH

        S 1 Reply Last reply
        0
        • S sudevsu

          Hello experts, I have a combobox which lists down lot of values like Apple, Ant, Cat, Carrot,Costco etc. But I want it to work as follows. so when I type "Ca" on combobox it should show only those in the list that starts with "Ca" In this case its carrot and Cat. This is a windows application developed in Vb.net. Please let me know how to achieve that.

          Your help is much appreciated. Thanks Happy Coding!

          O Offline
          O Offline
          Otekpo Emmanuel
          wrote on last edited by
          #4

          Hello, are you binding the records from database or from arraylist?

          S 1 Reply Last reply
          0
          • M Mycroft Holmes

            The 5 is for posting your own resolution :laugh:

            Never underestimate the power of human stupidity RAH

            S Offline
            S Offline
            sudevsu
            wrote on last edited by
            #5

            Thank you :) This gives lot of boost up. Because you know I am new to DotNet.

            Your help is much appreciated. Thanks Happy Coding!

            1 Reply Last reply
            0
            • O Otekpo Emmanuel

              Hello, are you binding the records from database or from arraylist?

              S Offline
              S Offline
              sudevsu
              wrote on last edited by
              #6

              Database. I used a Stored Procedure to bind in.

              Your help is much appreciated. Thanks Happy Coding!

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups