Send keystrokes to textbox

dedp

New member
Joined
May 14, 2007
Messages
1
Programming Experience
3-5
Hi

I have an application with a single textbox which functions as a command prompt. I want to be able to enter commands even if various other controls may have the focus.

Is there a way to send keystrokes to the textbox? I would use the form's KeyPreview ability and just send the keystrokes to the textbox if need be.

Thanks
 
Back
Top