Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Browser Control
Message
De
26/09/2001 13:34:07
 
 
À
26/09/2001 04:35:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00560858
Message ID:
00561120
Vues:
28
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform