https://bugs.winehq.org/show_bug.cgi?id=32749
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #1 from Qian Hong fracting@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.