]> git.saurik.com Git - wxWidgets.git/commit
Activate OLE ActiveX controls before requesting their window.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2012 11:42:34 +0000 (11:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2012 11:42:34 +0000 (11:42 +0000)
commitd1877f84008c7c5b9391f90a1a37c908618d91c8
tree7b4092c7d6a8416645affa2fdced836e53dab0a7
parent17de606b773622f56f2f2947ed209c5d9ebf6709
Activate OLE ActiveX controls before requesting their window.

Change the order of IOkeInPlaceActiveObject::GetWindow() and
DoVerb(OLEIVERB_INPLACEACTIVATE) calls and do the latter first now as
otherwise GetWindow() returned NULL for standard ActiveX controls created by
MFC.

Closes #14209.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/ole/activex.cpp