Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to run code under the debugger with arguments Pin
tazzi15-Jun-06 4:58
tazzi15-Jun-06 4:58 
AnswerRe: How to run code under the debugger with arguments Pin
Viorel.15-Jun-06 5:01
Viorel.15-Jun-06 5:01 
AnswerRe: How to run code under the debugger with arguments Pin
FarPointer15-Jun-06 5:03
FarPointer15-Jun-06 5:03 
Questionwant to keep a window alive Pin
ns15-Jun-06 4:45
ns15-Jun-06 4:45 
AnswerRe: want to keep a window alive Pin
Blake Miller15-Jun-06 4:47
Blake Miller15-Jun-06 4:47 
QuestionRe: want to keep a window alive Pin
Jun Du15-Jun-06 5:34
Jun Du15-Jun-06 5:34 
AnswerRe: want to keep a window alive Pin
ns15-Jun-06 5:51
ns15-Jun-06 5:51 
AnswerRe: want to keep a window alive Pin
Jun Du15-Jun-06 6:06
Jun Du15-Jun-06 6:06 
You should make that dialog part of your app, instead of an addition. This way, your app will be cleaner and more robust.

That being said, if you insist, you could keep the dialog alive after you terminate the app. Follow these steps:

1) Write another little app2, which handles the dialog.
2) Spawn app2 from within app.
3) Terminate app.

This will no doubt create unnecessary complexities to your application.



- It's easier to make than to correct a mistake.
QuestionXP Visual Style and dialog background color issue ? Pin
Maximilien15-Jun-06 4:30
Maximilien15-Jun-06 4:30 
Questionsolve this one Pin
yogendra kaushik15-Jun-06 4:14
yogendra kaushik15-Jun-06 4:14 
QuestionRe: solve this one Pin
David Crow15-Jun-06 4:26
David Crow15-Jun-06 4:26 
AnswerRe: solve this one Pin
Kenneth Ballard15-Jun-06 4:33
Kenneth Ballard15-Jun-06 4:33 
AnswerRe: solve this one Pin
Rick York15-Jun-06 20:25
mveRick York15-Jun-06 20:25 
Question[Message Deleted] Pin
yogendra kaushik15-Jun-06 3:54
yogendra kaushik15-Jun-06 3:54 
AnswerRe: change color dialog Pin
_AnsHUMAN_ 15-Jun-06 4:06
_AnsHUMAN_ 15-Jun-06 4:06 
GeneralRe: change color dialog Pin
yogendra kaushik15-Jun-06 4:08
yogendra kaushik15-Jun-06 4:08 
AnswerRe: change color dialog Pin
FarPointer15-Jun-06 4:06
FarPointer15-Jun-06 4:06 
QuestionLink error using Pin
jimNLX15-Jun-06 3:52
jimNLX15-Jun-06 3:52 
AnswerRe: Link error using [modified] Pin
Jun Du15-Jun-06 4:17
Jun Du15-Jun-06 4:17 
GeneralRe: Link error using Pin
jimNLX15-Jun-06 4:32
jimNLX15-Jun-06 4:32 
GeneralRe: Link error using Pin
Jun Du15-Jun-06 4:58
Jun Du15-Jun-06 4:58 
GeneralRe: Link error using Pin
jimNLX15-Jun-06 5:07
jimNLX15-Jun-06 5:07 
GeneralRe: Link error using Pin
Jun Du15-Jun-06 5:43
Jun Du15-Jun-06 5:43 
GeneralRe: Link error using Pin
jimNLX15-Jun-06 6:37
jimNLX15-Jun-06 6:37 
GeneralRe: Link error using Pin
Jun Du15-Jun-06 7:05
Jun Du15-Jun-06 7:05 

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.