Re: System.Timers.Timer
- From: "Guy Cohen" <noemail@xxxxxxxxxx>
- Date: Wed, 5 Sep 2007 16:19:56 +0200
Hi
I know that but I really want to use system.timers.timer for practice
purposes
The final solution is a service not a form...
TIA
Guy
"rowe_newsgroups" <rowe_email@xxxxxxxxx> wrote in message
news:1188996733.621660.229170@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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: rowe_newsgroups
- Re: System.Timers.Timer
- References:
- System.Timers.Timer
- From: Guy Cohen
- Re: System.Timers.Timer
- From: rowe_newsgroups
- System.Timers.Timer
- Prev by Date: Re: Is .NET less capable?
- Next by Date: Re: Embedding WM Player
- Previous by thread: Re: System.Timers.Timer
- Next by thread: Re: System.Timers.Timer
- Index(es):
Relevant Pages
|