Re: need to add clock to application
Phil Sayers <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
yeah... i'm thinking of the toolstrip thing i suspect. -----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 2:08 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] need to add clock to application I am not aware of that current time.. Let me check. I also was using a status bar not a toolstripbar which is what I think you are talking about.. hmm -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Phil Sayers Sent: Thursday, April 12, 2007 1:07 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] need to add clock to application i haven't played much with the 2.0 forms designer stuff...but once you drop the status bar component onto your form, using the "smart tag" thingy there...can't you add a "current time" panel to the status bar. i seem to remember you get a few status bar panel types out of the box... current time, progress bar, keystate(capslock, srolllock...etc) -----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 1:01 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] need to add clock to application 2.0 -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Phil Sayers Sent: Thursday, April 12, 2007 12:43 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] need to add clock to application is this fior .net framework 1.1 or 2.0 ? -----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:36 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] need to add clock to application The PC's that are running the application actually are out of the domain. I guess they could check the internet time service - but wouldn't I have the same issue of needing a timer and to update the display based on that? -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Phil Sayers Sent: Thursday, April 12, 2007 12:32 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] need to add clock to application 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