http://bugs.winehq.org/show_bug.cgi?id=22369 --- Comment #12 from a.m.winehq(a)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.