This is a migrated thread and some comments may be shown as answers.

RELOAD FORM

3 Answers 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
alberto
Top achievements
Rank 1
alberto asked on 26 Nov 2007, 07:25 PM
Hi:
I want to do reload form each one hour. What command i can use?
Thank you
Alberto

3 Answers, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 27 Nov 2007, 07:57 AM
Hello alberto,

We do not provide form refresh functionality - we have left this task to the developer using our controls. You could try implementing (or finding) a service of some kind that will reload your form on a given interval of time.
 

Kind regards,
Jordan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
alberto
Top achievements
Rank 1
answered on 27 Nov 2007, 02:08 PM

could you tell me how can i do it?

0
Angel
Telerik team
answered on 27 Nov 2007, 02:31 PM
Hello alberto,

We are not sure this question is in our domain, being general knowledge, but here is some guidance anyway.

The easiest way is to use a timer. There are 3 timers in WinForms:

  • System.Threading.Timer in mscorlib.dll
  • System.Timers.Timer in System.dll
  • System.Windows.Forms.Timer in System.Windows.Forms.dll
For more information, please see MSDN, particularly this link:
http://msdn.microsoft.com/msdnmag/issues/04/02/TimersinNET/default.aspx

 
Angel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
alberto
Top achievements
Rank 1
Answers by
Jordan
Telerik team
alberto
Top achievements
Rank 1
Angel
Telerik team
Share this question
or