B
Brad Pears
I have a label that I want to have blinking. How do you do that?
Thanks,
Brad
Thanks,
Brad
Brad said:I have a label that I want to have blinking. How do you do that?
Brad Pears said:I have a label that I want to have blinking. How do you do that?
DubboPete said:Good answer to start the blinking, but how do you then program the 'turn it
off after a short period' bit?
Marshall Barton said:Set the form's TimerInterval property to a Long positive
number (the number of milliseconds you want for the blinking
interval) to turn it on.
Set the TimerInterval to 0 to turn it off.