TheSwamp

Code Red => VB(A) => Topic started by: NirVid on August 07, 2016, 03:25:50 AM

Title: Call Back From User after he finishes editing the drawing
Post by: NirVid 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.
Title: Re: Call Back From User after he finishes editing the drawing
Post by: mmelone 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.