I have a Textbox and would like to commit a search on the text
entered in it if someone wrote something in and than pressed the Enter
key.
What is the best way to do that?
What event should I use?
Thank you in advance,
Keren
HTH
<ker...@gmail.com> wrote in message
news:a404e158-3a68-4627...@y38g2000hsy.googlegroups.com...
if (e.keycode == keys.return)
{
doSearch();
}
<ker...@gmail.com> wrote in message
news:a404e158-3a68-4627...@y38g2000hsy.googlegroups.com...
Take a look at Form.ProcessCmdKey