[Bug 33149] Visual Studio 2010 startup popup/dialog windows are always hidden behind splash screen

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 18 00:28:17 CDT 2013


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

--- Comment #13 from Dmitry Timoshkov <dmitry at baikal.ru> 2013-03-18 00:28:17 CDT ---
(In reply to comment #11)
> Do you have Windows around to check with Spy++ or similar tool what styles
> MessageBox and splash windows have there?

As pretty much expected, under Windows both MessageBox and spash windows have
WS_EX_TOPMOST style set.

Probably that's MessageBox code, who does that. There is even MB_TOPMOST
style defined (which Wine doesn't support yet), but it appears that MB_TOPMOST
is not passed to MessageBox by the application.

-- 
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