http://bugs.winehq.org/show_bug.cgi?id=4217
Summary: ::MessageBox using desktop handle will not be centered... Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P4 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: m.goemmel@compulab.de
Hi,
Windows will center ::MessageBox() dialogs on the desktop, when hwnd==DESKTOP, which is not happening under Wine. They will open somewhere in the upper left corner. This is also true when using a virtual desktop.
MessageBox(HWND_DESKTOP, text, "I should be centered", MB_ICONINFORMATION | MB_OK);
Does anyone have an idea why?
Thanks and regards
Markus m.goemmel@compulab.de