Hey guys,
I have a combobox in my form.When i get the focus to combobox, i want the user to type the first letter of item but i dont want that typed letter to display in combobox.After user typed the first letter,the first combobox item matches with the typed letter have to select and the the user types the same letter, the second combobox item have to be select.
How can i do this?? Is there any specific methods are there to do this??