Click here to Skip to main content
15,911,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CWnd getting erased by other windows. Pin
SandipG 5-Mar-09 0:33
SandipG 5-Mar-09 0:33 
GeneralRe: CWnd getting erased by other windows. Pin
whatever175-Mar-09 1:15
whatever175-Mar-09 1:15 
GeneralRe: CWnd getting erased by other windows. Pin
SandipG 5-Mar-09 1:24
SandipG 5-Mar-09 1:24 
AnswerRe: CWnd getting erased by other windows. Pin
whatever176-Mar-09 2:49
whatever176-Mar-09 2:49 
QuestionExit an Application Pin
punav4-Mar-09 19:34
punav4-Mar-09 19:34 
QuestionRe: Exit an Application Pin
Eytukan4-Mar-09 20:36
Eytukan4-Mar-09 20:36 
AnswerRe: Exit an Application Pin
Hamid_RT4-Mar-09 20:46
Hamid_RT4-Mar-09 20:46 
GeneralRe: Exit an Application Pin
punav4-Mar-09 21:11
punav4-Mar-09 21:11 
GeneralRe: Exit an Application Pin
Akt_4_U4-Mar-09 22:46
Akt_4_U4-Mar-09 22:46 
GeneralRe: Exit an Application Pin
punav4-Mar-09 23:55
punav4-Mar-09 23:55 
QuestionDeprecation Error Pin
Varun Bhatt4-Mar-09 19:00
Varun Bhatt4-Mar-09 19:00 
AnswerRe: Deprecation Error Pin
Cedric Moonen4-Mar-09 20:28
Cedric Moonen4-Mar-09 20:28 
AnswerRe: Deprecation Error Pin
Eytukan4-Mar-09 20:40
Eytukan4-Mar-09 20:40 
GeneralRe: Deprecation Error Pin
CPallini4-Mar-09 22:15
mveCPallini4-Mar-09 22:15 
GeneralRe: Deprecation Error Pin
Eytukan5-Mar-09 0:11
Eytukan5-Mar-09 0:11 
QuestionHow to get system and then convert the result into char*, Thank You Pin
kingmanwahaha4-Mar-09 18:52
kingmanwahaha4-Mar-09 18:52 
AnswerRe: How to get system and then convert the result into char*, Thank You * Pin
Eytukan4-Mar-09 19:12
Eytukan4-Mar-09 19:12 
GeneralRe: How to get system and then convert the result into char*, Thank You * Pin
kingmanwahaha4-Mar-09 21:27
kingmanwahaha4-Mar-09 21:27 
GeneralRe: How to get system and then convert the result into char*, Thank You * Pin
Eytukan4-Mar-09 22:12
Eytukan4-Mar-09 22:12 
Looks like it's a different story in WinCE. time.h functionalities are not implemented in WinCE runtime. So it looks we need to use these APIs and build our own display format:

GetSystemTime[^]

SYSTEMTIME[^]

Use the first link to get the structure filled. Using the second link, you can make out your own formated string by taking the values out of it.

He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

QuestionHow to reterive the values from first dialog box to the second dialog box Pin
febinelizabeth4-Mar-09 18:51
febinelizabeth4-Mar-09 18:51 
AnswerRe: How to reterive the values from first dialog box to the second dialog box Pin
Eytukan4-Mar-09 19:23
Eytukan4-Mar-09 19:23 
QuestionConcatente two rtf string Pin
amit.code4-Mar-09 18:47
amit.code4-Mar-09 18:47 
QuestionTo draw a graph from the data stored in notepad in MFC Pin
febinelizabeth4-Mar-09 18:43
febinelizabeth4-Mar-09 18:43 
AnswerRe: To draw a graph from the data stored in notepad in MFC Pin
Cedric Moonen4-Mar-09 20:24
Cedric Moonen4-Mar-09 20:24 
GeneralRe: To draw a graph from the data stored in notepad in MFC Pin
Febin Elizabeth12-Mar-09 23:04
Febin Elizabeth12-Mar-09 23:04 

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.