Re: need to add clock to application
Stacey Levine <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <A48E95FB3D4D02449554AE952F3B3E4702FC4438@vmcexchng.www.musicforasong.net> |
Just display the clock. We have shut off the display of the system clock because our users kept changing the date.. so they want the time displayed in this application. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Peter Ritchie Sent: Thursday, April 12, 2007 12:37 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] need to add clock to application Do you simply need to display time or need to synchronize time with a server as well? I've usually just created a Forms timer that updates the text in a ToolStripStatusLabel. Windows Forms timers are a system-wide limited resource; so this might not be optimal in your situation.