Hello. Dunno that MFC or COM question. How to construct or attach to ActiveX Control wrapper class, derived from CWnd, already exist COM object exposed LPDISPATCH. -- modified at 15:22 Tuesday 28th March, 2006
A
a_day
@a_day
Posts
-
ActiveX Control wrapper classes derived from CWnd and LPDISPATCH -
ActiveX Control wrapper classes derived from CWnd and LPDISPATCHHello! A little question: how to construct(or attach to) ActiveX Control wrapper class, derived from CWnd, already exist COM object presented with LPDISPATCH. -- modified at 14:29 Tuesday 28th March, 2006
-
How to use IDispatch Interface in MFCThx, its really helpfull.
-
How to use IDispatch Interface in MFCHello! I use an ActiveX component, that have function, that creates new object and returns LPDISPATCH pointer. In MSDN i'm read that IDispatch::Invoke provides access to properties and methods exposed by an object. But there is so many parameters, strange structs, etc... Can somebody explain me that or give URL with guid for dummies or give sample?