[RESOLVED] [2008] How to start a sub from another sub?
Hi! I'm trying to start a sub from another one, because I don't know how to use GoTo. Either way works for me.
What I'm trying to do is minimize Form1 and take a screen capture and I want the Form1 to stay minimized for 1 or 2 seconds... So what I have is a sub that handles the screen capture and another that handles the timer tick... But if I can't start the timer tick, then the Form1 would stay minimized...:(
Re: [2008] How to start a sub from another sub?
just start the timer in the other sub