Re: System.Timers.Timer
- From: rowe_newsgroups <rowe_email@xxxxxxxxx>
- Date: Wed, 05 Sep 2007 05:52:13 -0700
On Sep 5, 8:12 am, "Guy Cohen" <noem...@xxxxxxxxxx> wrote:
Hi all
I need a sample with timers.
I read the samples on the net with consol output but I want to change (for
example) a text box content on my form and this sample is not good for
that...
TIA
Guy
For Windows forms you should (imo) use the System.Windows.Forms.Timer
object. Add the object to your form, set the interval property (in
milliseconds), and add an event handler to the timer's Tick event. In
that method you do any actions you want to occur when the timer
"ticks".
Let me know if you need further help.
Thanks,
Seth Rowe
.
- Follow-Ups:
- Re: System.Timers.Timer
- From: Guy Cohen
- Re: System.Timers.Timer
- References:
- System.Timers.Timer
- From: Guy Cohen
- System.Timers.Timer
- Prev by Date: Pooling Values from Device in Serial COM
- Next by Date: Re: Is .NET less capable?
- Previous by thread: System.Timers.Timer
- Next by thread: Re: System.Timers.Timer
- Index(es):
Relevant Pages
|