I have just noticed something, the .Visible property does not work on ProgressBars or Labels, unless I am typing it wrong.!

code:
 
$fraStatus.$lblFuncStatus.Visible = 0
$fraStatus.$prgFuncStatus.Visible = 0

Where $fraStatus is a frame and $lblFuncStatus is a label within the frame.

I have tried

code:
 
$lblFuncStatus.Visible = 0
$prgFuncStatus.Visible = 0

but still no luck.
_________________________
Wizard
There's no place like 127.0.0.1

vb | kix | batch | html | cfm | js | english