G
Guest
Hi,
When my app starts, it reads in a few text files. During this processing I
would like to display a progress bar. However when I put the call to do the
processing in the startup form's load event, the form is not yet visible, so
no progress bar. I assume the processing code needs to go in another place.
But how to call it? Do I need a timer? Do I need a "Main"?
Thanks,
John
When my app starts, it reads in a few text files. During this processing I
would like to display a progress bar. However when I put the call to do the
processing in the startup form's load event, the form is not yet visible, so
no progress bar. I assume the processing code needs to go in another place.
But how to call it? Do I need a timer? Do I need a "Main"?
Thanks,
John