How could I display clock time on toolBar?
-
Check this out: http://www.codeproject.com/docking/toolbarcombo.asp[^]. This article adds a ComboBox to the docking ToolBar. Best, Jun
-
Thank you. But I just want to display text on toolBar and m_wndTimerBar.SetButtonText( 0, "clock" ); won't show string on the toolBar. Please help.:doh:
I would guess the intention of the poster you responded to was that you could use the same technique used to put a combobox control on the toolbar to put a clock control on it. i.e. Make a clock window then follow the instructions in the article with adjustments to use your clock window instead of the combobox. Steve
-
I would guess the intention of the poster you responded to was that you could use the same technique used to put a combobox control on the toolbar to put a clock control on it. i.e. Make a clock window then follow the instructions in the article with adjustments to use your clock window instead of the combobox. Steve
-
Not that I know of. Making one would be trivial however. You could also do a search of the CodeProject and other sites to see if you can find a free one. Steve
-
- Wall Clock Control[^] 2) A. Riazi's Analog Clock[^] 3) Davide Calabro's CClockST v1.3[^] 4) Hans Dietrich's XAnalogClock[^] 5) PJ Naughter's CClockCtrl v1.01[^] Good luck and keep the good coding!
-
- Wall Clock Control[^] 2) A. Riazi's Analog Clock[^] 3) Davide Calabro's CClockST v1.3[^] 4) Hans Dietrich's XAnalogClock[^] 5) PJ Naughter's CClockCtrl v1.01[^] Good luck and keep the good coding!
Most of these look a little big to fit on a toolbar. Steve