B
Ben dotNet
I want to have a form that, when it opens, a lengthy processed is started.
I'll show the progress of it by a progress bar on the form. But what is
happening is:
-The form begins to load
-then the process is started
-only after the process is completed does the form completely show itself.
The progress bar is already at 100% (complete).
How do I completely load, and display the form and progress bar (at 0%
complete), and THEN kick off this lengthy process?
Thanks,
--Ben
I'll show the progress of it by a progress bar on the form. But what is
happening is:
-The form begins to load
-then the process is started
-only after the process is completed does the form completely show itself.
The progress bar is already at 100% (complete).
How do I completely load, and display the form and progress bar (at 0%
complete), and THEN kick off this lengthy process?
Thanks,
--Ben