I am developing an Activex control. IE when launched is able to load my ActiveX. Now how do I get the pointer to Client site ?
I am not using ATL.
Anand
M.Anand
Development - Lead ,
Satyam Infoway Limited,
Chennai - 600034
India
Printable View
I am developing an Activex control. IE when launched is able to load my ActiveX. Now how do I get the pointer to Client site ?
I am not using ATL.
Anand
M.Anand
Development - Lead ,
Satyam Infoway Limited,
Chennai - 600034
India
if u are using MFC,ur activeX control class must be derived from the classCOleControl.
COleControl::GetClientSite returns the client site interface IOleClientSite.
-Raj