Help!! progress bar code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • angelina

    #1

    Help!! progress bar code

    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
  • David Williams

    #2
    Re: Help!! progress bar code

    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
    "angelina" <an@el> wrote in message
    news:0bd601c3d5 f6$17aada90$a40 1280a@phx.gbl.. .[color=blue]
    > 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[/color]


    Comment

    Working...