Indeed, I want to create a combo box. I have a new problem (the previous one is no solved yet, anything else occured). I need to create a easy to use combo box, so the user can work with it as fast as possible. So, let`s suppose I want to create a combo box which contains the customers of an organisation. As we know, the customers can have different names (and the first letter of their names are also different). So... I want to create such kind of combo box that, when the user type a letter in the combo box, the combo box is populated with all the customers names that begin with that letter so the user is able to choose one of them. For exemple... the user types "o" in combo box. Because the user typed "o" in combo box, the combo box is populated only with the customers that have their names beggining with "o" "oradea", "ovello" and so on.
Thank you in advance!