Author Topic: Call Back From User after he finishes editing the drawing  (Read 3634 times)

0 Members and 1 Guest are viewing this topic.

NirVid

  • Mosquito
  • Posts: 1
Call Back From User after he finishes editing the drawing
« on: August 07, 2016, 03:25:50 AM »
Hello,
 
I have a form in VBA where User enters data and clicks a button to draw some objects in drawing.
 
I want the form to show again after User finishes drawing entities - which can be 1 or 10.
 
How can User 'tell' my program that he has finished his work and program can resume.
 
There is no 'Timer' control in VBA.
 
Another alternative way is after a certain amount of inactive time, resume the program.

mmelone

  • Mosquito
  • Posts: 12
Re: Call Back From User after he finishes editing the drawing
« Reply #1 on: August 09, 2016, 09:30:16 AM »
The easiest way to do it would be to add a toolbar "Continue" button that the user would click.