https://bugs.winehq.org/show_bug.cgi?id=32749 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com --- Comment #1 from Qian Hong <fracting(a)gmail.com> --- Created attachment 48227 --> https://bugs.winehq.org/attachment.cgi?id=48227 Patch: Implement AtlAxDialogBox Hi Anastasius, Could you test this patch? The only difference between AtlAxDialogBox and AtlAxCreateDialog is, one is modal dialog box, the other is modeless dialog box. I reuse the existing code from AtlAxCreateDialog to implement AtlAxDialogBox. However, msdn says AtlAxDialogBox/AtlAxCreateDialog is able to create a dialog with an ActiveX control, I don't think we've support that, will be great to find some test case. -- 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.