Clock on toolbar
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
You have a couple of choices that I can see: 1/ Have a really *huge* imagelist, and change the buttons image every minute to reflect the new time, or 2/ Its for adding a combo box rather than a clock control, but the logic is the same: Toolbars with embedded Combo Boxes[^]. You just need a clock control now! For example... CClockST v1.3[^]! Good luck, Iain.
-
While looking for my own purposes, I also found: How to place controls on toolbars[^]. Its amazing what you find when you look! Iain.
-
While looking for my own purposes, I also found: How to place controls on toolbars[^]. Its amazing what you find when you look! Iain.