Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display .html file
Message
 
 
À
14/12/2004 16:53:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00969280
Message ID:
00969289
Vues:
8
>What is the easiest and cleanest way to display a local (on the user's hard drive) .html file? TIA.

Drop Web browser control on a form, add NODEFAULT to the Refresh() event and than issue
lcFileName = < whatever >
Thisform.olecontrol1.Navigate2("file://" + lcFileName)
wherever is convinient for you.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform