Re: need to add clock to application
Phil Sayers <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
maybe find a way to hook into the network time service that is running on most windows domains. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]]On Behalf Of Stacey Levine Sent: Thursday, April 12, 2007 12:30 PM To: [email protected] Subject: [DOTNET-WINFORMS] need to add clock to application I need to add a clock to the status bar in my application. It certainly seems simple to add a timer and update the display every 10 seconds or so.. but that seems so inelegant. Does anyone have any better ideas? Is there a component that people have used? Thanks. Stacey