"Caption" problem

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

I want to be able to change the .Caption property on my
progress bar as I run my various jobs. It seems that I
can't change .Caption, until I open the form. But once
I've opened the form, how do I get the change to the
screen? The .Caption property, which was "ProgBar", has
already been displayed. I know that I can manually
change it in design view, but that's only good for one
value of text.

Might anyone know if I can do what I'm trying to do? And
if so, how?

Thanks in advance,

Tom
 
I presume by this you mean that you have a form that
displays the Progress Bar. If so, I find the best place to
change the form's caption is in the form's Load event handler.

Hope This Helps
Gerald Stanley MCSD
 
Back
Top