blink controls

R

rathika

hi
is it possible to make a control(text box/label/command
button ) blink.

rathika
 
F

Fredg

To flash a control every second ...
Set the Form's Timer Interval to 1000
Code the Form's Timer event:
[YourControlName].Visible = Not [YourControlName].Visible

Caution. A little of this flashing goes a very long way.
Are you sure you wish to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top