Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Browser Control
Message
De
11/10/2001 20:23:48
 
 
À
11/10/2001 12:29:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00567072
Message ID:
00567345
Vues:
12
>Does anyone know how to use the _webbrowser4 control. to be specific I need to know haw to make it display a site, What is the syntax and where does it go?

The _WebForm class in _WebView.vcx is a working example, try:

oIE=NEWOBJECT("_webform",HOME()+"gallery\_webview.vcx")
oie.oleweBBROWSER.navigate2("http://msdn.microsoft.com/vfoxpro")
oie.Show
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform