Hi all , I want to print the system time in the edit control for which i have tried EM_GETIMESTATUS but with no result can anyone suggest the exact way of doing
it.
Thankyou in advance
|
Go4Expert Member
|
|
| 16Sep2010,14:19 | #1 |
|
Hi all , I want to print the system time in the edit control for which i have tried EM_GETIMESTATUS but with no result can anyone suggest the exact way of doing
it. Thankyou in advance |
|
Go4Expert Founder
|
![]() |
| 16Sep2010,14:38 | #2 |
|
I am not sure but the one you are using is nothing to do with time and use
Code:
void WINAPI GetSystemTime(__out LPSYSTEMTIME lpSystemTime ); |