Click to See Complete Forum and Search --> : Windows Clock like spin button control


TR Ramalingam
March 31st, 1999, 03:39 AM
Hello

How to create a Windows clock like spin button control ie. the associated

edit box should have HH:MM:SS format. The user should be able to select only

HH or MM or SS and change the corresponding value using the spin button control.


Regards

Ramalingam

April 21st, 1999, 09:02 AM
Take a look at CDateTimeCtrl and associated MFC sample CMNCTRL1. Lots of fun stuff to see and use there.

Good luck!