Help!! progress bar code

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
 
D

David Williams

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top