am using c#, VS-2005
I have a TextBox and a ListBox. The cursor on textbox1. If i type in textbox then listbox searched the items it's ok. but i want when i press enter key listbox search items should replace in textbox1 without focusing. Is it possible to access any listbox event and up and down arrow key without focusing listbox? I just wants to contain focusing in textbox1 while doing any listbox event is it possible? if yes than provide me proper any enter keypress event example.
thx in advance.