Hi,
I am using spinner control in dialog and want to show time for user to choose. When minutes or hours are less then 10 I want to show it with zero digit before the number like : "03" , "08" etc. Spinner will remove the zero before and will show it only as "3" or "8". How can i show time with single digit with zero before number?
Thanks
Having you considered using the new DateTime Picker?
Jim
You mean here?
http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/dotNet/System_Windows/System_Window_Forms+DateTimePicker.txt
I need it to be part of existing dialog. Also i am using for date the "Calendar" dialog control
No. The version of WinBatch prior to the latest release included the DateTime control. If you are up-to-date check the documentation for "DateTime Control".
Jim