Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Browser Control
Message
From
26/09/2001 13:34:07
 
 
To
26/09/2001 04:35:41
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00560858
Message ID:
00561120
Views:
27
>Hi
>
>I am going to use the above control in an application, but may come across PC's that don't even have IE installed on them.
>
>Will this control require an installation of IE to funciton properly? I'm thinkig it does .
>
>Thanks
>Kev

Yes, IE 4.0, 5.0, or 6.0 needs to be installed, just the minimum install is required though. To see an existing example in VFP 6 and VFP 7, check out class _WebForm in \vfp\gallery\_webview.vcx. Try out the code below:

x=NEWOBJECT("_webform",HOME()+"\gallery\_webview")
x.olewebBROWSER.Navigate2("http://msdn.microsoft.com/vfoxpro")
x.Show
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform