Re: need to add clock to application
Chris Anderson <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Remove the users from the respective local Administrators groups, and they can't change their date/time, otherwise like Phil I thought there was a StatusBarPanel style that showed the time out of the box. -----Original Message----- From: "Stacey Levine"<[email protected]> Sent: 12/04/07 18:15:50 To: "[email protected]"<[email protected]> Subject: Re: [DOTNET-WINFORMS] need to add clock to application 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. -----Unmodified Original Message----- 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.