Re: need to add clock to application
Peter Ritchie <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
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.