Click here to Skip to main content
16,004,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: XMLHTTP error 12019 Pin
Andy H10-May-07 0:26
Andy H10-May-07 0:26 
GeneralRe: XMLHTTP error 12019 Pin
Andy H10-May-07 1:06
Andy H10-May-07 1:06 
QuestionCancel dialog Pin
deeps_cute9-May-07 22:11
deeps_cute9-May-07 22:11 
AnswerRe: Cancel dialog Pin
Rajesh R Subramanian9-May-07 22:18
professionalRajesh R Subramanian9-May-07 22:18 
AnswerRe: Cancel dialog Pin
Hamid_RT9-May-07 22:25
Hamid_RT9-May-07 22:25 
GeneralRe: Cancel dialog Pin
deeps_cute9-May-07 23:14
deeps_cute9-May-07 23:14 
QuestionRe: Cancel dialog Pin
Hamid_RT10-May-07 2:16
Hamid_RT10-May-07 2:16 
GeneralRe: Cancel dialog Pin
Nelek13-May-07 19:48
protectorNelek13-May-07 19:48 
Hi,

have you tried to insert your own "stop"-points with AfxMessageBox () to see where it exactly crushes?

And, on the other hand...

this->EndDialog(0);

void EndDialog( int nResult );
Parameters
nResult: Contains the value to be returned from the dialog box to the caller of DoModal.

Why don't you use a simple "return 0;" ??

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

AnswerRe: Cancel dialog Pin
Nelek9-May-07 23:14
protectorNelek9-May-07 23:14 
GeneralRe: Cancel dialog Pin
deeps_cute10-May-07 0:20
deeps_cute10-May-07 0:20 
GeneralRe: Cancel dialog Pin
ThatsAlok16-May-07 21:13
ThatsAlok16-May-07 21:13 
QuestionRe: Cancel dialog Pin
David Crow10-May-07 2:00
David Crow10-May-07 2:00 
AnswerRe: Cancel dialog Pin
ThatsAlok16-May-07 21:12
ThatsAlok16-May-07 21:12 
QuestionUsing GROUP BY Clause in CRecordset::Open() Pin
Rajesh_Parameswaran9-May-07 21:39
Rajesh_Parameswaran9-May-07 21:39 
QuestionRe: Using GROUP BY Clause in CRecordset::Open() Pin
David Crow10-May-07 2:02
David Crow10-May-07 2:02 
Questionuse of undefined struct Pin
subramanyeswari9-May-07 21:28
subramanyeswari9-May-07 21:28 
QuestionRe: use of undefined struct Pin
CPallini9-May-07 22:21
mveCPallini9-May-07 22:21 
QuestionRe: use of undefined struct Pin
subramanyeswari10-May-07 0:01
subramanyeswari10-May-07 0:01 
Questionhow to create an Activex Exe in Vc++ Pin
ggdfgdfg9-May-07 21:23
ggdfgdfg9-May-07 21:23 
AnswerRe: how to create an Activex Exe in Vc++ Pin
Rajesh R Subramanian9-May-07 21:30
professionalRajesh R Subramanian9-May-07 21:30 
AnswerRe: how to create an Activex Exe in Vc++ Pin
Hamid_RT9-May-07 22:29
Hamid_RT9-May-07 22:29 
QuestionExtract Icon Pin
Programm3r9-May-07 20:38
Programm3r9-May-07 20:38 
AnswerRe: Extract Icon Pin
Hans Dietrich9-May-07 21:11
mentorHans Dietrich9-May-07 21:11 
AnswerRe: Extract Icon Pin
Paresh Chitte9-May-07 21:18
Paresh Chitte9-May-07 21:18 
QuestionRe: Extract Icon Pin
Programm3r9-May-07 21:32
Programm3r9-May-07 21:32 

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.