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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

keyboard interaction (keydown)

Status
Not open for further replies.

AxlD

Computer
Joined
May 5, 2004
Messages
1
Location
DE
Hello,
I write a macro for autocad and I generate a lots of objects(points) at special coordinates on my drawing.
I choose actions from userforms. One is to click on the objects(points), get the coordinates from the object and create text-number(counter) near the object coordinates.
My problem:
I want to break the action, if the user press a special key.
(e.g. backspace for declining one or more steps of the action)
It is possiple to evaluate pressed keys if a userform is shown (keydown), but how can I break e.g. getobject, which waits for user input, with the keyboard.
Thank You.

MfG
Axel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top