Click here to Skip to main content
15,921,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read a file which is located in another machine Pin
David Crow10-Jan-08 5:30
David Crow10-Jan-08 5:30 
GeneralRe: Read a file which is located in another machine Pin
toxcct10-Jan-08 5:38
toxcct10-Jan-08 5:38 
GeneralRe: Read a file which is located in another machine Pin
CodingLover10-Jan-08 16:09
CodingLover10-Jan-08 16:09 
GeneralRe: Read a file which is located in another machine Pin
CodingLover10-Jan-08 15:57
CodingLover10-Jan-08 15:57 
Generalreg. editbox Pin
mail2h.jain9-Jan-08 23:10
mail2h.jain9-Jan-08 23:10 
GeneralRe: reg. editbox Pin
Maxwell Chen9-Jan-08 23:12
Maxwell Chen9-Jan-08 23:12 
GeneralRe: reg. editbox Pin
Hamid_RT9-Jan-08 23:25
Hamid_RT9-Jan-08 23:25 
GeneralRe: reg. editbox Pin
Maxwell Chen9-Jan-08 23:29
Maxwell Chen9-Jan-08 23:29 
GeneralRe: reg. editbox Pin
Hamid_RT9-Jan-08 23:42
Hamid_RT9-Jan-08 23:42 
GeneralRe: reg. editbox Pin
ashtwin10-Jan-08 1:33
ashtwin10-Jan-08 1:33 
GeneralRe: reg. editbox Pin
David Crow10-Jan-08 2:30
David Crow10-Jan-08 2:30 
GeneralTime and Date Pin
Chandrasekharan P9-Jan-08 22:36
Chandrasekharan P9-Jan-08 22:36 
JokeRe: Time and Date Pin
CPallini9-Jan-08 22:46
mveCPallini9-Jan-08 22:46 
GeneralRe: Time and Date Pin
Hamid_RT9-Jan-08 23:25
Hamid_RT9-Jan-08 23:25 
GeneralRe: Time and Date Pin
CPallini9-Jan-08 23:30
mveCPallini9-Jan-08 23:30 
GeneralRe: Time and Date Pin
Maxwell Chen9-Jan-08 23:31
Maxwell Chen9-Jan-08 23:31 
JokeRe: Time and Date Pin
CPallini9-Jan-08 23:43
mveCPallini9-Jan-08 23:43 
GeneralRe: Time and Date Pin
Hamid_RT9-Jan-08 23:42
Hamid_RT9-Jan-08 23:42 
JokeRe: Time and Date Pin
CPallini10-Jan-08 0:27
mveCPallini10-Jan-08 0:27 
GeneralRe: Time and Date Pin
Hamid_RT10-Jan-08 1:42
Hamid_RT10-Jan-08 1:42 
GeneralRe: Time and Date Pin
CPallini10-Jan-08 2:09
mveCPallini10-Jan-08 2:09 
GeneralRe: Time and Date Pin
Hamid_RT10-Jan-08 3:44
Hamid_RT10-Jan-08 3:44 
GeneralRe: Time and Date Pin
Maxwell Chen9-Jan-08 23:31
Maxwell Chen9-Jan-08 23:31 
GeneralRe: Time and Date Pin
Hamid_RT9-Jan-08 23:41
Hamid_RT9-Jan-08 23:41 
GeneralRe: Time and Date Pin
Nishad S9-Jan-08 22:54
Nishad S9-Jan-08 22:54 
1. You have to set a timer. (If you need to show the second then ellapsed time should be less than 1 sec)
2. In the OnTimer function you can call InvalidateRect.
3. In the OnPaint get the current time using COleDateTime::GetCurrentTime, format and draw it to the DC.

- NS -
[ODBaseBtn]

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.