Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

key events 1

Status
Not open for further replies.

yeller2

Programmer
Joined
Feb 8, 2007
Messages
69
Location
US
Are key events only fired for textbox-like controls? I want to fire a key event in the main form and am having an issue.

Thanks.
 
No, I want to use the events available to the form. If you handle a keydown event for a form and wait until that handler is reached, you'll be waiting a long time.
 
I'm still confused.

You are capturing the keydown event of a form and the method that you run when you capture the key down is taking too long?

 
Awesome. Works.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top