Click here to Skip to main content
15,891,993 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMultiple thread question Pin
Tom Wright25-Oct-04 5:29
Tom Wright25-Oct-04 5:29 
GeneralRe: Multiple thread question Pin
Blake Miller25-Oct-04 5:44
Blake Miller25-Oct-04 5:44 
QuestionHow to fetch large binary object in bulks ? Pin
Yariv25-Oct-04 4:54
Yariv25-Oct-04 4:54 
AnswerRe: How to fetch large binary object in bulks ? Pin
BlackDice25-Oct-04 5:18
BlackDice25-Oct-04 5:18 
GeneralKeep child dialog visible while minimizing parent dialog Pin
BlackDice25-Oct-04 4:24
BlackDice25-Oct-04 4:24 
GeneralRe: Keep child dialog visible while minimizing parent dialog Pin
Blake Miller25-Oct-04 5:14
Blake Miller25-Oct-04 5:14 
GeneralRe: Keep child dialog visible while minimizing parent dialog Pin
BlackDice25-Oct-04 5:31
BlackDice25-Oct-04 5:31 
GeneralRe: Keep child dialog visible while minimizing parent dialog Pin
Blake Miller25-Oct-04 5:41
Blake Miller25-Oct-04 5:41 
I think this is because MFC is traversing the window chain and 'windows' associated with the main user interface thread and just minimizing the whole lot of them when it is going down.
IF you were to place your modeless dialog into a separate user interface thread and parent it to the desktop it might not get minimized with the rest of the applications windows.
I have not tried this before, but that is the direction I would head next.

GeneralRESOLVED Pin
BlackDice25-Oct-04 5:48
BlackDice25-Oct-04 5:48 
Questiondangling pointers ? Pin
Asim N.25-Oct-04 4:15
Asim N.25-Oct-04 4:15 
AnswerRe: dangling pointers ? Pin
David Crow25-Oct-04 4:53
David Crow25-Oct-04 4:53 
GeneralRe: dangling pointers ? Pin
Antony M Kancidrowski25-Oct-04 6:42
Antony M Kancidrowski25-Oct-04 6:42 
AnswerRe: dangling pointers ? Pin
Jim Crafton25-Oct-04 7:18
Jim Crafton25-Oct-04 7:18 
AnswerRe: dangling pointers ? Pin
Ravi Bhavnani25-Oct-04 13:37
professionalRavi Bhavnani25-Oct-04 13:37 
GeneralRe: dangling pointers ? Pin
Asim N.25-Oct-04 15:39
Asim N.25-Oct-04 15:39 
GeneralRe: dangling pointers ? Pin
One Stone25-Oct-04 22:36
One Stone25-Oct-04 22:36 
QuestionHow to share data between DLLs Pin
yanping wang25-Oct-04 3:43
yanping wang25-Oct-04 3:43 
AnswerRe: How to share data between DLLs Pin
David Crow25-Oct-04 5:00
David Crow25-Oct-04 5:00 
AnswerRe: How to share data between DLLs Pin
Blake Miller25-Oct-04 5:11
Blake Miller25-Oct-04 5:11 
GeneralRenaming Registry Key Pin
sundu25-Oct-04 3:18
sundu25-Oct-04 3:18 
GeneralRe: Renaming Registry Key Pin
David Crow25-Oct-04 4:52
David Crow25-Oct-04 4:52 
GeneralShowing a console window launched as hidden with CreateProcess()... Pin
wallacebw25-Oct-04 3:05
wallacebw25-Oct-04 3:05 
GeneralAccessing a VB DLL's functions from C++ Pin
esordini25-Oct-04 2:48
esordini25-Oct-04 2:48 
GeneralRe: Accessing a VB DLL's functions from C++ Pin
Cedric Moonen25-Oct-04 2:59
Cedric Moonen25-Oct-04 2:59 
GeneralCalling non-activex dlls from Visual C++ Pin
esordini25-Oct-04 2:45
esordini25-Oct-04 2:45 

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.