IE7 webbrowser control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Is there an IE7 activeX control available for download? IF so, where might I
find it?

Thanks, MP
 
Hi malcolm,

Its already there. From your IDE (VS?), Toolbox > Add Components > Microsoft
Internet Controls

The ocx is just a wrapper for the underlying dll's. The object model changes
for IE7 will automatically appear in your Object Browser. You will also find
updated documentation for constant and enum changes on MSDN- Programming the
Web Browser Control.

Regards.
 
Thanks very much, Rob. I should have realized.

Rob ^_^ said:
Hi malcolm,

Its already there. From your IDE (VS?), Toolbox > Add Components > Microsoft
Internet Controls

The ocx is just a wrapper for the underlying dll's. The object model changes
for IE7 will automatically appear in your Object Browser. You will also find
updated documentation for constant and enum changes on MSDN- Programming the
Web Browser Control.

Regards.
 
Back
Top