sodakotahusker
Programmer
- Mar 15, 2001
- 601
I am trying to do something very simple. I have a textbox that I want to all the user to press Enter when they are finished typing to initiate a search. Neither keydown or keypress event fires when I use the enter key. The events fire for other keys so I know the handler is set up correctly. The property on the textbox for AllReturn is set to Yes.
The only difference with these textboxes from ones I have used these events on in the past are that they are drawn on the mdi parent. Can the form be swallowing those keystrokes???
Thanks!!!
The only difference with these textboxes from ones I have used these events on in the past are that they are drawn on the mdi parent. Can the form be swallowing those keystrokes???
Thanks!!!