Hi,
I have made a ComboBox and inserted some items lime A, B, AB, D, AC, ABC etc.
Now i want when ever i press A on keyboard it only should highlight A and when i press A followed by B in a quick succession then only it should highlight AB and so on as the nortmal keypress works for search.
My problem is whenever i press A on keyboard it show A but when i again press A it now shows AB that i dont want.
It should only display A.
Also on selection of any key i want to attach some message (not using messagebox) so that user can know about the information attached with particular selection.
I am stuck.
Thank you.