Click to See Complete Forum and Search --> : Active X Webcontrol


domi
April 8th, 1999, 09:46 AM
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: domi@netcologne.de

Posterboy
April 8th, 1999, 09:56 AM
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

domi
April 8th, 1999, 10:24 AM
Hello Posterboy,

but I want to use the MS Internet Explorer
Control.

Dominik Rothert
E-Mail: domi@netcologne.de