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 ?
Victor
"Victor Paraschiv" <dr.vick@gmail.com> schrieb:
>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 ?
Why not use 'System.Windows.Forms.Timer'?

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Victor Paraschiv - 28 Oct 2005 18:45 GMT
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.
> "Victor Paraschiv" <dr.vick@gmail.com> schrieb:
>
[quoted text clipped - 3 lines]
>
> Why not use 'System.Windows.Forms.Timer'?