23 Nov
2015
23 Nov
'15
6:30 a.m.
https://bugs.winehq.org/show_bug.cgi?id=39637 --- Comment #3 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- Created attachment 52856 --> https://bugs.winehq.org/attachment.cgi?id=52856 Add CS_GLOBALCLASS to "Button" user32 class The problem is that "MFCButton" window class is based on "Button" user32 class, and the application does GetClassInfo("Button") first and uses returned data as a template, including the class style. Currenly user32 control's classes are missing the CS_GLOBALCLASS bit. Adding CS_GLOBALCLASS to "Button" user32 class makes the application start. -- 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.