
Please How work with status bar.
Plaese could you help me with the follow:
I was trying to create my own status bar with a conbination of picture box and
on top a text box. I creating the follow example:
For intCnt = 1 To 1000
MyStatusBar.Text = "Now processing Record No :" & intCnt
Next intCnt
The problem is that my Text Caption of my text box is updated only at the
record 1000 I can see the progress of records. Even if I use the original
status bar with SimpleText property.
Thank you in ahead for any help. I you could Email me I will appresiate very
much.
silver soler