Click here to Skip to main content
15,907,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Where do you put the braces? Pin
markkuk25-May-03 1:06
markkuk25-May-03 1:06 
GeneralRe: Where do you put the braces? Pin
Michael P Butler25-May-03 9:06
Michael P Butler25-May-03 9:06 
AnswerRe: Where do you put the braces? Pin
Anonymous25-May-03 2:16
Anonymous25-May-03 2:16 
AnswerRe: Where do you put the braces? Pin
Michael Dunn25-May-03 2:56
sitebuilderMichael Dunn25-May-03 2:56 
AnswerRe: Where do you put the braces? Pin
John M. Drescher25-May-03 3:49
John M. Drescher25-May-03 3:49 
AnswerRe: Where do you put the braces? Pin
ZoogieZork25-May-03 10:12
ZoogieZork25-May-03 10:12 
AnswerRe: Where do you put the braces? Pin
John R. Shaw26-May-03 11:33
John R. Shaw26-May-03 11:33 
GeneralMFC dialog enigma Pin
Beer24-May-03 13:44
Beer24-May-03 13:44 
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 Frown | :(

hey
GeneralCustomizing Windows Taskbar Items Pin
3green24-May-03 10:19
3green24-May-03 10:19 
GeneralRe: Customizing Windows Taskbar Items Pin
peterchen24-May-03 10:50
peterchen24-May-03 10:50 
GeneralRe: Customizing Windows Taskbar Items Pin
peterchen25-May-03 11:41
peterchen25-May-03 11:41 
GeneralCustCntl.h Pin
viktorp24-May-03 7:12
viktorp24-May-03 7:12 
Generalmonitor directory of win95 Pin
includeh1024-May-03 6:15
includeh1024-May-03 6:15 
GeneralRe: monitor directory of win95 Pin
valikac24-May-03 6:39
valikac24-May-03 6:39 
GeneralRe: monitor directory of win95 Pin
Beer24-May-03 14:00
Beer24-May-03 14:00 
GeneralWhere to store configuration data Pin
Trollslayer24-May-03 5:08
mentorTrollslayer24-May-03 5:08 
GeneralRe: Where to store configuration data Pin
valikac24-May-03 6:25
valikac24-May-03 6:25 
GeneralRe: Where to store configuration data Pin
peterchen24-May-03 7:58
peterchen24-May-03 7:58 
GeneralRe: Where to store configuration data Pin
Robert Little24-May-03 17:58
Robert Little24-May-03 17:58 
GeneralRe: Where to store configuration data Pin
Shafiee24-May-03 21:52
Shafiee24-May-03 21:52 
GeneralFound a very good article on CP Pin
Trollslayer25-May-03 0:13
mentorTrollslayer25-May-03 0:13 
GeneralRe: Where to store configuration data Pin
Paul Hooper25-May-03 23:13
Paul Hooper25-May-03 23:13 
GeneralNewbie question about data structures Pin
crs99924-May-03 4:28
crs99924-May-03 4:28 
GeneralRe: Newbie question about data structures Pin
crs99924-May-03 4:31
crs99924-May-03 4:31 
GeneralRe: Newbie question about data structures Pin
Shafiee24-May-03 21:56
Shafiee24-May-03 21:56 

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.