Hello,
I would like to know how can I call to some procedure once in X time
which will be designed by user? Is there some kind of scheduler or timer
for this purpose? Which code do I need for that? Thank u!
Marc Gravell - 19 Dec 2007 09:08 GMT
In what architecture? winforms (System.Windows.Forms.Timer or
System.Timers.Timer)? html (setTimeout/setInterval)? windows generally
(scheduled tasks)?
Marc