Get Document IDispatch in native C++ (possibly using MFC ActiveX Control) [modified]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to get the document idispatch. Note that I already know the hwnd for each instance of the application that I am interested in, but cannot get the right application idispatch with multiple application instances running. The GetDocDispatch method, referred to in the article referenced below, displays a message with the idispatch. How can I call the GetDocDispatch method or access the values from native C++? http://support.microsoft.com/kb/190985/[^]
modified on Wednesday, January 12, 2011 4:16 AM