Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Browser Control
Message
From
11/10/2001 20:23:48
 
 
To
11/10/2001 12:29:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00567072
Message ID:
00567345
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform