Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Usage of the Web Browser Control
Message
 
To
17/04/2001 16:09:55
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00496360
Message ID:
00496402
Views:
12
>>I would like to begin using the control just to display HTML text that could >>be stored in files or memo fields.

Drop the control on a form and put NODEFAULT in its refresh method (known bug workaround). In the INIT method of the form, point the control at the HTML file you want to display using the following code:

THISFORM.oWebBrowser.navigate(somehtmlfile)

This will render the file in the browser. This should get you started, but only scratches the surface of the capability of this control.

Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform