how to set an integer value to be displayed '03' instead of just '3' ?
can anyone tell me how to display the integer value, for example '3' to be displayed as 03 in edit box or static text? i'm coding a stop watch program and needs to show the values in 00:00:00 but when i run it, it turns from 00:00:00 to 0 : 0 : 1 ........
s.Format(_T("%02d:%02d:%02
GetDlgItem(IDC_EDIT1)->Set