I'm trying to set up a form that automatically begins a sub as soon as it appears onscreen (thus I thought of using the Paint event), and shows a status indicator moving up, etc. But if I click off, then click back on, the process starts over again because the form is repainted.
How can I start the sub once so I can view the status indicator and then not have to worry about it starting over again when the form is repainted or activated?
Thanks!
Drew
How can I start the sub once so I can view the status indicator and then not have to worry about it starting over again when the form is repainted or activated?
Thanks!
Drew