Message 1 of 8
Not applicable
12-17-2013
10:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have a vb.net Autocad add-in which runs an iterative routine with a while..wend loop that often takes a few minutes to finish.
The routine is very stable and always restores user control eventually, but if the user hits the escape key while it is running, a fatal error occurs in acad.exe.
Does anyone know if there is a way to detect that the escape key has been pressed so the routine is exited?
Solved! Go to Solution.