Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add Power Point presentation file in the form
Message
De
26/03/2004 08:58:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00888899
Message ID:
00889924
Vues:
27
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform