Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display .html file
Message
 
 
To
14/12/2004 16:53:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00969280
Message ID:
00969289
Views:
9
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform