Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP with Power Point
Message
 
 
À
05/10/2001 17:20:30
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00565018
Message ID:
00565027
Vues:
24
>I execute a Power Point presentation via Ole from VFP. Does anybody know an ActiveX (or anything)that can tell me in wich slide I am and how many slides are in total. (I want to get something like Slide zz Of XX)
>
>Bye

If you use the object model, you can get the information via the following:

Total Slides = Application.ActivePresentation.Slides.Count

Current Slide = Application.ActivePresentation.SlideShowWindows(1).View.CurrentShowPosition

See object model in VBAPPT9.CHM (PP 2000) or VBAPPT8.HLP (PP 98).

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform