1. Child Modeless Dialogs Always Hide Parent Modeless Dialog
2. MDI app: Can't get window focus of modeless child dialog window
Hey again,
Ok - so I'm designing an application which uses a MDI without MFC, but this
ain't no vanilla MDI - it's actually a single document application which
uses many dialog boxes as child windows inside the MDI frame. So normal
tutorials/rules don't seem to apply here.
I init my frame, client and one of the dialog boxes in the app just fine -
but this dialog window (which is a child of the client) has its title bar
greyed out, like it doesn't have the focus. I can still move the dialog
around the screen - but no mouse clicks seem to do anything to *some* of the
contents - I have an edit control and a few buttons in there. I can't edit
the contents of the edit control by setting focus via mouse click; I can
click one of the buttons, and then tab over to the edit control, then it
works - but no mouse clicks seem to activate the focus.
If I set the "Control" property (under misc) of my dialog box all of sudden
things work as they should, but my dialog box loses my title bar and I can't
drag the thing anywhere. So that's no good.
My proc's have nothing special in them - the frame proc has a WM_CREATE for
the client window, and returns to DefFrameProc, and my dialog box has a
standard DialogProc, returning false.
This is driving me crazy, and the help isn't revealing any info - does
anyone have any ideas? I don't think I need any special WM_ messages in my
frame proc, 'cause standard MDI examples work just fine..
Thanks in advance,
Aienthiwan
3. Cannot Set Focus to Modeless Dialog w/ DesktopParent
4. how to set focus back to IE, after popup modeless dialog closes?
5. Tabbing in modeless dialog that is a child of a modal dialog
6. How to show a modeless dialog as a child window in another dialog.
8. a top-most modeless dialog that i create grabs focus, how to avoid?
10. modeless dialog focus problem
11. tab key, Win32, input focus and modeless dialog
12. Modeless Child Dialog Minimize Behavior
13. Modeless dialog with Child style
15. how to: bring main form to front, when its modeless dialog comes into focus?