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

C / C++ / MFC

 
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 
AnswerRe: want to keep a window alive Pin
Blake Miller15-Jun-06 4:47
Blake Miller15-Jun-06 4:47 
All that code executing the window in the DLL belongs to your MyApp process, so when the MyApp process is gone, so is the DLL and the dialog. You might be able to hide the window for the MyApp, and thus still have the window from the DLL visible and processing user inpout on the screen.


I've seen better runs in my shorts! - Patches O'Houlihan
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 
GeneralRe: Link error using Pin
jimNLX15-Jun-06 5:07
jimNLX15-Jun-06 5:07 

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.