From: Beza on 23 Oct 2006 01:22 Hi... I am asking how to access my activex control that is embedded in the html in my CDHtmlDialog derived class. I mean how to link my CMyActiveXClass instance of my dialog to the OBJECT element in the HTML. Also how to sink the activex own events Thanks!
From: jiangsheng[MVP] on 25 Oct 2006 01:01 GetControlDispatch Retrieves the IDispatch interface on an ActiveX control embedded in the HTML document. for event sinking, see msdn.microsoft.com/workshop/browser/mshtml/tutorials/sink.asp -- Regards Sheng Jiang Microsoft Most Valuable Professional in Visual C++ http://www.jiangsheng.net http://blog.joycode.com/jiangsheng/ "Beza" <beza_at_writeme.com> ?????? news:%2354sJNm9GHA.4964(a)TK2MSFTNGP02.phx.gbl... > Hi... > > I am asking how to access my activex control that is embedded in the html in > my CDHtmlDialog derived class. > I mean how to link my CMyActiveXClass instance of my dialog to the OBJECT > element in the HTML. > Also how to sink the activex own events > > Thanks! > >
|
Pages: 1 Prev: COleDateTime::GetCurrentTime() problem Next: afxMapHWND causing an ASSERT, why? |