Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: path to executable Pin
valikac27-May-03 6:15
valikac27-May-03 6:15 
GeneralRe: path to executable Pin
SAK27-May-03 12:36
SAK27-May-03 12:36 
GeneralRe: path to executable Pin
Ted Ferenc27-May-03 6:19
Ted Ferenc27-May-03 6:19 
GeneralRe: path to executable Pin
SAK27-May-03 6:35
SAK27-May-03 6:35 
GeneralAnd don't forget.... Pin
Dean Goodman27-May-03 11:09
Dean Goodman27-May-03 11:09 
GeneralRe: And don't forget.... Pin
SAK27-May-03 12:37
SAK27-May-03 12:37 
GeneralRe: And don't forget.... Pin
Peter Weyzen28-May-03 17:54
Peter Weyzen28-May-03 17:54 
GeneralMFC dialog enigma Pin
Beer27-May-03 5:22
Beer27-May-03 5:22 
1. MFC dialog app is created

2. 2nd modeless dialog is created with extended style WS_EX_APPWINDOW, it's then shown and updated. The parent is set to null or desktop with SetParent(NULL) or SetParent(GetDesktopWindow())

3. Main dialog window is minimized, and as it is, the taskbar space for the non-modal disappears and the non-modal dialog is also minimized

4. NO, i repeat NO messages at all are sent to the non-modal dialog such as you would expect (ex. WM_SIZE message).

My Question is simple, what the heck is going on? How does one stop MFC from stealing the non-modal dialog's messages and reducing it automatically and removing it's taskbar space?

So far no one has been able to answer this

hey
GeneralMaximize an MDI-Child Frame Pin
AnTri27-May-03 4:01
AnTri27-May-03 4:01 
GeneralRe: Maximize an MDI-Child Frame Pin
basementman27-May-03 4:07
basementman27-May-03 4:07 
GeneralRe: Maximize an MDI-Child Frame Pin
AnTri27-May-03 4:20
AnTri27-May-03 4:20 
GeneralRe: Maximize an MDI-Child Frame Pin
AnTri27-May-03 4:24
AnTri27-May-03 4:24 
GeneralRe: Maximize an MDI-Child Frame Pin
Albert Weinert7-Oct-03 8:45
Albert Weinert7-Oct-03 8:45 
GeneralRe: Maximize an MDI-Child Frame Pin
Rage27-May-03 5:40
professionalRage27-May-03 5:40 
GeneralRe: Maximize an MDI-Child Frame Pin
basementman27-May-03 5:57
basementman27-May-03 5:57 
Generalsocket state Pin
dmiv27-May-03 3:33
dmiv27-May-03 3:33 
GeneralRe: socket state Pin
valikac27-May-03 6:22
valikac27-May-03 6:22 
GeneralRe: socket state Pin
dmiv27-May-03 20:39
dmiv27-May-03 20:39 
GeneralRe: socket state Pin
valikac28-May-03 5:04
valikac28-May-03 5:04 
GeneralGet Thread Handle below WinMe Pin
Ceri27-May-03 3:32
Ceri27-May-03 3:32 
GeneralRe: Get Thread Handle below WinMe Pin
Peter Weyzen27-May-03 7:40
Peter Weyzen27-May-03 7:40 
GeneralRe: Get Thread Handle below WinMe Pin
Ceri27-May-03 21:38
Ceri27-May-03 21:38 
GeneralGet data from a password protected webpage Pin
NorbertBehrens27-May-03 3:27
NorbertBehrens27-May-03 3:27 
GeneralWriting CString to file - problems Pin
Berkut27-May-03 3:11
Berkut27-May-03 3:11 
GeneralRe: Writing CString to file - problems Pin
David Crow27-May-03 3:16
David Crow27-May-03 3:16 

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.