Spin Control
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
How to show the time value in edit control which is attached with spin control. I also need increase or decrease the time value with the help of Spin control.. Please help me.. Thanks..
-
-
The link I posted for the time functions should explain all you need to know about obtaining time values as strings. Take a look also at the CSpinButtonCtrl[^], it has links to sample code that should help. You will find similar pages for all the other MFC classes.
It's time for a new signature.
-
How to show the time value in edit control which is attached with spin control. I also need increase or decrease the time value with the help of Spin control.. Please help me.. Thanks..