window application refresh every minute

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, All,

is there anyway to refresh window-based application every minute? it is like
web-based application refresh by setting up <meta-equiv="refresh" content
="60">.

Thanks
 
Hi

I suppose it depends on what you want to refresh but you could put a
timer control on your form and do whatever you need to from there.

Cheers
 
Thank you! Pritcham,

I want to refresh whole application, how to set up timer to refresh whole
app (sample code)?

Thanks,
 
Look at the MSDN help page for Timer class, especially event page.

ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/cpref12/html/E_System_Timers_Timer_Elapsed.htm
 
Back
Top