-
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]
-
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
-
Re: Active X Webcontrol
Hello Posterboy,
but I want to use the MS Internet Explorer
Control.
Dominik Rothert
E-Mail: [email protected]