.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
trapping escape key without user input
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
118 Views, 1 Replies
01-03-2012 04:38 PM
Hi,
Does anyone know of a way to trap when the user hits the escape key without a user input function. The idea is to loop infinitely and perform some analysis until the user hits the escape key.
I supose I could do the same thing with a form but I would not.
Thanks in advance.
Re: trapping escape key without user input
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2012 11:39 AM in reply to:
BellwetherBill
This is the simplest example:
http://through-the-interface.typepad.com/through_t
This is a slightly different approach, and the example code does much more than what you are looking for, but not exactly what you are looking for, so you'd have to tweak it a bit.
http://through-the-interface.typepad.com/through_t
Dave O. 


