A
Alastair MacFarlane
Marcus,
I am in a rush but you could use the Sleep API call to
pause the programme and use DoEvents to yield to the
processor to change the colour of your label.
I hope this helps.
Alastair
restore to BLUE/Ready.
colour and te pause executes.
colour/caption to the default?
I am in a rush but you could use the Sleep API call to
pause the programme and use DoEvents to yield to the
processor to change the colour of your label.
I hope this helps.
Alastair
This needs to be retained for approx. 10 secs and then-----Original Message-----
I'm setting a label on a form to highlight a status of a comparison.
I need the label to display a colour RED/Fail GREEN/Pass.
restore to BLUE/Ready.
colour but pauses, when I step through the label changesI've used a simple function I wrote called Pause:
st = Time()
ft = st + 0.0001
Do
Loop Until Time > ft
This will pause for about 9 secs and continue executing.
Problem:
When I execute the procedure the label does not change
colour and te pause executes.
caption, and after a specified time return theDoes anyone know how to change a label colour and
colour/caption to the default?