Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Usage of the Web Browser Control
Message
 
À
17/04/2001 16:09:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00496360
Message ID:
00496402
Vues:
11
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform