Re: how to display current time in status bar?
- From: Ajay Kalra <ajaykalra@xxxxxxxxx>
- Date: Sat, 21 May 2005 04:50:46 -0700
Hello james,
how to display current time in the status bar.
You can use SetIndicators to create panes on status bar. You can display any text in it. These are updated with ON_UPDATE_COMMAND_UI mechanism by default. So if your app is idle and you want to update the time, you will need to have a timer.
As usual, check out codeguru and codeproject for sample code. I am certain you will find something there.
-- Ajay Kalra [MVP - VC++] ajaykalra@xxxxxxxxx
.
- References:
- how to display current time in status bar?
- From: james
- how to display current time in status bar?
- Prev by Date: Re: Please use wxWidgets
- Next by Date: Re: Bigger Buttons
- Previous by thread: how to display current time in status bar?
- Index(es):
Loading