CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Location
    Brussels - LLN / Belgium
    Posts
    6

    Active X Webcontrol

    Hello,

    I've just created a small Webbrowser that uses
    an Active X control (Microsoft Webcontrol)
    to access websites. When I want to publish my work, peoples perhaps don't have the Microsoft Internet Explorer installed on their system,
    and then they don't have the needed Active X control.

    What must I do, that all people can use the application ?

    Dominik Rothert
    E-Mail: [email protected]

  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: Active X Webcontrol

    You need top build your own HTTP brwoser if you dont want to use the IE activex control.

    It will take awhile, but you would use these MFC objects to do it:

    CInternetsession
    CInertnetConnection
    CHttpConnection



  3. #3
    Join Date
    Apr 1999
    Location
    Brussels - LLN / Belgium
    Posts
    6

    Re: Active X Webcontrol

    Hello Posterboy,

    but I want to use the MS Internet Explorer
    Control.

    Dominik Rothert
    E-Mail: [email protected]

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