Very Urgent
-
hi to alll i need to blink the label in vb.net plz help !!!!!!!!!!! thanks in Advance;)
-
hi to alll i need to blink the label in vb.net plz help !!!!!!!!!!! thanks in Advance;)
devkranth wrote:
Very Urgent
No, it's not. Very Urgent is having to pee very badly. Hence, the icon for the Pee Pee Dance, :jig:.
devkranth wrote:
i need to blink the label in vb.net
You'll have to create a custom label control for this, easily done by inheriting from the existing Label class. You'll need to add a Timer to your control, and a couple of properties and methods so you can set the blink rate and start and stop the blinking. Then it's just a matter of making the foreground color match the background color and changing it back to what it's supposed to be on every timer tick.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
hi to alll i need to blink the label in vb.net plz help !!!!!!!!!!! thanks in Advance;)
Use a timer to set the Visible property of the label to either true or false.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]