Flashing label

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possilble to have a link label such as that one from OpenNETCF that is flashing all the time?

Thanks
 
Just use a System.Windows.Forms.Timer and then change the visiblity of the
control in a Tick event handler for the Timer.
 
Back
Top