Help!! progress bar code

  • Thread starter Thread starter angelina
  • Start date Start date
A

angelina

Hi,

Can anyone help me write some code that will run a
progress bar before a new form is loaded?

The progressbar does not have to represent the actual
progress of the form load but simply just run through as
this is just a prototype that i am developing. Just out of
interest though is it possible to show the progress of the
form load?

thx in adavance
 
Well, you would need to have another form open to display to progress bar.
If that is not a problem, then you could add an event into the long loading
form to show the stages of loading. In the open form (the one with the
progress bar) handle that event to update the progress bar.

HTH

David
 
Back
Top