Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Error after closing application Pin
Monty210-Jan-07 1:28
Monty210-Jan-07 1:28 
QuestionHow to invoke MSDN from an application? Pin
Ratish Philip9-Jan-07 22:42
Ratish Philip9-Jan-07 22:42 
AnswerRe: How to invoke MSDN from an application? Pin
Rajesh R Subramanian9-Jan-07 23:01
professionalRajesh R Subramanian9-Jan-07 23:01 
AnswerRe: How to invoke MSDN from an application? Pin
S Douglas9-Jan-07 23:21
professionalS Douglas9-Jan-07 23:21 
AnswerRe: How to invoke MSDN from an application? Pin
George L. Jackson9-Jan-07 23:22
George L. Jackson9-Jan-07 23:22 
QuestionCString to Date? Pin
bosfan9-Jan-07 21:24
bosfan9-Jan-07 21:24 
AnswerRe: CString to Date? Pin
Tony Hill9-Jan-07 21:31
professionalTony Hill9-Jan-07 21:31 
GeneralRe: CString to Date? Pin
bosfan10-Jan-07 2:19
bosfan10-Jan-07 2:19 
Hello,
here is the format of my date string:
Thu, 13 Oct 2005 08:31:51 GMT


I try to do this like:
<code>
CString csDate = L"Thu, 13 Oct 2005 08:31:51 GMT";
COleDateTime oleTime;
// here i need help :(
</code>

i know how to parse that string manualy, but i hope that there is an internal function
to do this! Confused | :confused:
this should be new format of them:
2005-10-13

I just need the date from this string, not the time and other text likt "Thu" etc.

regards
break;
GeneralRe: CString to Date? Pin
bosfan10-Jan-07 2:39
bosfan10-Jan-07 2:39 
QuestionBest XML Config class ? Pin
Defenestration9-Jan-07 21:07
Defenestration9-Jan-07 21:07 
AnswerRe: Best XML Config class ? Pin
ThatsAlok9-Jan-07 21:47
ThatsAlok9-Jan-07 21:47 
AnswerRe: Best XML Config class ? Pin
Monty210-Jan-07 1:20
Monty210-Jan-07 1:20 
QuestionTo Run existing project in Visual Studio 2005 Pin
Atul239-Jan-07 20:54
Atul239-Jan-07 20:54 
QuestionRe: To Run existing project in Visual Studio 2005 Pin
Cedric Moonen9-Jan-07 21:01
Cedric Moonen9-Jan-07 21:01 
AnswerRe: To Run existing project in Visual Studio 2005 Pin
Christian Graus9-Jan-07 21:03
protectorChristian Graus9-Jan-07 21:03 
QuestionCombo Box Questions. Pin
Suresh H9-Jan-07 20:48
Suresh H9-Jan-07 20:48 
AnswerRe: Combo Box Questions. Pin
Hamid_RT9-Jan-07 20:50
Hamid_RT9-Jan-07 20:50 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:19
Suresh H9-Jan-07 21:19 
GeneralRe: Combo Box Questions. Pin
Hamid_RT9-Jan-07 21:21
Hamid_RT9-Jan-07 21:21 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:29
Suresh H9-Jan-07 21:29 
GeneralRe: Combo Box Questions. Pin
Hamid_RT9-Jan-07 21:38
Hamid_RT9-Jan-07 21:38 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:52
Suresh H9-Jan-07 21:52 
AnswerRe: Combo Box Questions. Pin
prasad_som9-Jan-07 21:30
prasad_som9-Jan-07 21:30 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:41
Suresh H9-Jan-07 21:41 
AnswerRe: Combo Box Questions. Pin
Michael Dunn9-Jan-07 21:53
sitebuilderMichael Dunn9-Jan-07 21:53 

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.