Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unminimize another processes window Pin
Dan Neely15-Jun-06 5:54
Dan Neely15-Jun-06 5:54 
QuestionRe: unminimize another processes window Pin
David Crow15-Jun-06 5:59
David Crow15-Jun-06 5:59 
AnswerRe: unminimize another processes window Pin
Eric Dahlvang15-Jun-06 5:43
Eric Dahlvang15-Jun-06 5:43 
GeneralRe: unminimize another processes window Pin
Dan Neely15-Jun-06 5:58
Dan Neely15-Jun-06 5:58 
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 
I call a dll from am MFC app MyApp
From the dll I instantiate a CDialog like so

tests = new CTests(0);
I thought this would 'detach' the CDialog from the dll. Now after the dll has done its job, when I go to dismiss myApp, this CDialog vanishes too. I want to keep it around, but do want to get rid of MyApp. How do I manage this? I thougt for sure that putting the parent pointer as 0 would have done the trick....
Unsure | :~
sb
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 
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 

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.