[Bug 22369] A child window without WS_EX_MDICHILD style should not be tiled by the WM_MDITILE message.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 17 06:33:04 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22369





--- Comment #12 from a.m.winehq at gmail.com  2010-04-17 06:33:00 ---
In MS Windows, All MDI child windows must be created with the WS_EX_MDICHILD
style.

The CreateMDIWindow API and the WM_MDICREATE message set that style on the
child window automatically.

(The application can use the CreateWindowEx API with the WS_EX_MDICHILD style
to create MDI child windows.)

So, if a child window of an MDI client(parent) window is not with the
WS_EX_MDICHILD style, it is not considered as an MDI child window.

Do you understand?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list