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

C / C++ / MFC

 
QuestionEstimate distance Pin
bulgaa26-Sep-05 3:41
bulgaa26-Sep-05 3:41 
AnswerRe: Estimate distance Pin
David Crow26-Sep-05 4:50
David Crow26-Sep-05 4:50 
JokeRe: Estimate distance Pin
toxcct26-Sep-05 5:11
toxcct26-Sep-05 5:11 
GeneralRe: Estimate distance Pin
Maximilien26-Sep-05 7:08
Maximilien26-Sep-05 7:08 
QuestionHow to get the ASCII-decimal-value of an character? Pin
MDT Daniel26-Sep-05 2:26
MDT Daniel26-Sep-05 2:26 
AnswerRe: How to get the ASCII-decimal-value of an character? Pin
David Crow26-Sep-05 2:31
David Crow26-Sep-05 2:31 
AnswerRe: How to get the ASCII-decimal-value of an character? Pin
Kenan Aksoy26-Sep-05 4:51
Kenan Aksoy26-Sep-05 4:51 
QuestionProblem in CWinApp::Initinstance of SDI App Pin
Manfred Staiger26-Sep-05 2:26
Manfred Staiger26-Sep-05 2:26 
In my SDI Application the following problem appeared all of a sudden: In the InitInstance function of the application class the following line

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

causes the error:

Error creating empty document ! (Translation from german, so the english errortext may be slightly different)

Tracing into the MFC code the error happens in the function CWinApp::ProcessShellCommand at the following statement:

if (!AfxGetApp()->OnCmdMsg(ID_FILE_NEW, 0, NULL, NULL))


Does anybody else have had this problem and found a solution ???

MS
AnswerRe: Problem in CWinApp::Initinstance of SDI App Pin
prasad_som26-Sep-05 2:49
prasad_som26-Sep-05 2:49 
GeneralMy own fault Pin
Manfred Staiger26-Sep-05 3:43
Manfred Staiger26-Sep-05 3:43 
QuestionHow to get the HANDLE of the running EXE? Pin
Amarelia26-Sep-05 2:18
Amarelia26-Sep-05 2:18 
AnswerRe: How to get the HANDLE of the running EXE? Pin
David Crow26-Sep-05 2:22
David Crow26-Sep-05 2:22 
AnswerRe: How to get the HANDLE of the running EXE? Pin
bugDanny26-Sep-05 2:57
bugDanny26-Sep-05 2:57 
AnswerRe: How to get the HANDLE of the running EXE? Pin
ThatsAlok26-Sep-05 5:57
ThatsAlok26-Sep-05 5:57 
QuestionClose application from task manager Pin
Anonymous26-Sep-05 2:15
Anonymous26-Sep-05 2:15 
AnswerRe: Close application from task manager Pin
David Crow26-Sep-05 2:27
David Crow26-Sep-05 2:27 
AnswerRe: Close application from task manager Pin
bugDanny26-Sep-05 3:02
bugDanny26-Sep-05 3:02 
QuestionFont , DPI settings Pin
Pazzuzu26-Sep-05 1:35
Pazzuzu26-Sep-05 1:35 
QuestionSet Time For a ToolTip before it Appears Pin
swarnamanoo26-Sep-05 1:24
swarnamanoo26-Sep-05 1:24 
AnswerRe: Set Time For a ToolTip before it Appears Pin
FarPointer26-Sep-05 1:40
FarPointer26-Sep-05 1:40 
QuestionCAN I OVERRIDE DDX_ Pin
FarPointer26-Sep-05 1:03
FarPointer26-Sep-05 1:03 
AnswerRe: CAN I OVERRIDE DDX_ Pin
Rage26-Sep-05 1:14
professionalRage26-Sep-05 1:14 
GeneralRe: CAN I OVERRIDE DDX_ Pin
FarPointer26-Sep-05 1:19
FarPointer26-Sep-05 1:19 
AnswerRe: CAN I OVERRIDE DDX_ Pin
PJ Arends26-Sep-05 9:14
professionalPJ Arends26-Sep-05 9:14 
QuestionHow to assign classname or caption? Pin
Amarelia26-Sep-05 0:54
Amarelia26-Sep-05 0:54 

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.