vb.net combobox

  1. M

    Question clear ComboBoxes with same numbers

    Hi, I'am new to vb.net and new to using combo boxes. What i want to do is set up a program where you have 6 combo boxes. Each one has a number 1-6 on it. I wont to make it so if the same number is selected more then once, to display a message saying "You cannot select the same preference more...
  2. A

    Question ComboBox that remembers recently entered values and can autocomplete

    I'm developing a Desktop Search Engine in VB.NET. I'm using a ComboBox to specify the search query (string). I want the ComboBox to remember and display recent queries. I also want the ComboBox to try and Autocomplete the queries as the user is typing. What is the best way to implement this?
Back
Top