D
David D Webb
I have a form that I am using as a dialog box. It pops up and provides
status info to the user while a process is going on. So, I want the form to
completely show, then begin processing of a method within that form class.
But there isn't a Loaded event - just Load. Then I want the form to close
automatically after the form is done processing. I can't get the form to
show completely before the code starts running, and sometimes this.Close()
is not closing the form.
Any suggestions?
Dave
status info to the user while a process is going on. So, I want the form to
completely show, then begin processing of a method within that form class.
But there isn't a Loaded event - just Load. Then I want the form to close
automatically after the form is done processing. I can't get the form to
show completely before the code starts running, and sometimes this.Close()
is not closing the form.
Any suggestions?
Dave