Click here to Skip to main content
15,889,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Project help (Port programming) Pin
Roger Stoltz27-Sep-07 4:23
Roger Stoltz27-Sep-07 4:23 
QuestionDetaching dialog boxes Pin
William Engberts27-Sep-07 2:54
William Engberts27-Sep-07 2:54 
AnswerRe: Detaching dialog boxes Pin
Nelek27-Sep-07 3:06
protectorNelek27-Sep-07 3:06 
AnswerRe: Detaching dialog boxes Pin
KarstenK27-Sep-07 3:09
mveKarstenK27-Sep-07 3:09 
AnswerRe: Detaching dialog boxes Pin
David Crow27-Sep-07 3:12
David Crow27-Sep-07 3:12 
GeneralRe: Detaching dialog boxes Pin
William Engberts27-Sep-07 3:19
William Engberts27-Sep-07 3:19 
GeneralRe: Detaching dialog boxes Pin
David Crow27-Sep-07 3:22
David Crow27-Sep-07 3:22 
GeneralRe: Detaching dialog boxes Pin
Waldermort27-Sep-07 4:04
Waldermort27-Sep-07 4:04 
As David said, you need to use two exe's. In your example you call notepad.exe from the command box, which is cmd.exe. Internaly cmd.exe calls CreateProcess with the path to notepad.exe.

Another method you could try is not close your main window, but simply hide it.

Waldermort

QuestionDifferent between const char * and const char const* Pin
mohindar_kks27-Sep-07 2:27
mohindar_kks27-Sep-07 2:27 
QuestionRe: Different between const char * and const char const* Pin
David Crow27-Sep-07 2:38
David Crow27-Sep-07 2:38 
AnswerRe: Different between const char * and const char const* Pin
Dave Kreskowiak27-Sep-07 7:44
mveDave Kreskowiak27-Sep-07 7:44 
AnswerRe: Different between const char * and const char const* Pin
baerten27-Sep-07 2:40
baerten27-Sep-07 2:40 
AnswerRe: Different between const char * and const char const* Pin
ShilpiP27-Sep-07 2:44
ShilpiP27-Sep-07 2:44 
AnswerRe: Different between const char * and const char const* Pin
jhwurmbach27-Sep-07 3:45
jhwurmbach27-Sep-07 3:45 
AnswerRe: Different between const char * and const char const* Pin
zakkas248327-Sep-07 18:40
zakkas248327-Sep-07 18:40 
QuestionAre important these missing *.dll ?? Pin
Nelek27-Sep-07 2:15
protectorNelek27-Sep-07 2:15 
AnswerRe: Are important these missing *.dll ?? Pin
David Crow27-Sep-07 2:46
David Crow27-Sep-07 2:46 
GeneralRe: Are important these missing *.dll ?? [modified] Pin
Nelek27-Sep-07 3:01
protectorNelek27-Sep-07 3:01 
Questionhow to send data through ShellExecute function to ".php" application? Pin
AnayKulkarni27-Sep-07 1:05
AnayKulkarni27-Sep-07 1:05 
AnswerRe: how to send data through ShellExecute function to ".php" application? Pin
David Crow27-Sep-07 2:48
David Crow27-Sep-07 2:48 
Questionchange buttons style Pin
mitok27-Sep-07 0:46
mitok27-Sep-07 0:46 
AnswerRe: change buttons style Pin
Russell'27-Sep-07 1:42
Russell'27-Sep-07 1:42 
AnswerRe: change buttons style Pin
Nishad S27-Sep-07 2:18
Nishad S27-Sep-07 2:18 
GeneralRe: change buttons style Pin
mitok27-Sep-07 2:44
mitok27-Sep-07 2:44 
GeneralRe: change buttons style Pin
Nishad S27-Sep-07 2:55
Nishad S27-Sep-07 2:55 

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.