Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add Power Point presentation file in the form
Message
From
26/03/2004 08:58:55
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00888899
Message ID:
00889924
Views:
26
Drop OleControl on form and choose Microsoft Web Browser from controls list (it may have localized name on localized windows).

In the Init method of the control type:
This.Navigate("C:\MyFile.mht")
Replace "C:\MyFile.mht" with valid full path to your presenation. If you placed the presentation into application folder then you may use FULLPATH("MyFile.mht") to get the complete path on target computer.

In the Refresh method type:
NODEFAULT
AFAIK MS Web Browser is a part of system so you do not need to distribute it.
/A new technology turns into completely outdated stuff before you have a time to read "Getting Started..." section.
/If there are some "system programmers" then others are unsystematic.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform