CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    57

    How do I post data to IE through my ActiveX Control ?

    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

  2. #2
    Join Date
    Apr 1999
    Posts
    37

    Re: How do I post data to IE through my ActiveX Control ?

    if u are using MFC,ur activeX control class must be derived from the classCOleControl.
    COleControl::GetClientSite returns the client site interface IOleClientSite.
    -Raj



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured