Groups | Blog | Home
all groups > dotnet windows forms controls > october 2005 >

dotnet windows forms controls : A blinking text


Victor Paraschiv
10/28/2005 12:00:00 AM
I need to make a text blink. I thought of a System.Threading.Timer and
an Invoke function but this approach gives me headaches. Is there a
better option ?

Herfried K. Wagner [MVP]
10/28/2005 7:22:46 PM
"Victor Paraschiv" <dr.vick@gmail.com> schrieb:
[quoted text, click to view]

Why not use 'System.Windows.Forms.Timer'?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
Victor Paraschiv
10/28/2005 8:45:07 PM

You are perfectly right. Until now I haven't noticed that Tick Event. I
was looking only for timers that call methods.
Thank you very much.

[quoted text, click to view]
AddThis Social Bookmark Button