Click to See Complete Forum and Search --> : How do I post data to IE through my ActiveX Control ?


M.Anand
June 3rd, 1999, 08:05 AM
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

RajM
June 3rd, 1999, 12:56 PM
if u are using MFC,ur activeX control class must be derived from the classCOleControl.
COleControl::GetClientSite returns the client site interface IOleClientSite.
-Raj