Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help me in Coding
Message
De
22/06/2000 15:08:02
Tom Gahagan
Alliance Computer Solutions
Thomaston, Georgie, États-Unis
 
 
À
22/06/2000 01:22:01
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00383042
Message ID:
00383378
Vues:
20
Amol.....

.........Also can I run a Power Point presentation through VB?
If yes then pls. tell me the code.

You can use automation. In a click event on a form to launch the slide show put:

Dim pwp As Object
Set pwp = createObject("PowerPoint.Application.8")
pwp.Visible = True
pwp.Presentations.Open "c:\....... file.ppt" && path and filename to your show
pwp.ActivePresentation.SlideShowSettings.Run
Set pwp = Nothing


This is covered in Lesson 14 of Micorsoft VB 6.0 Professional Step by Step by Michael Halverson. Great Book!

Hope it helps.

Tom Gahagan
REST
Tom Gahagan
Alliance
Computer Solutions

"Music, like sex, is much too important to be left to professionals."
Robert Shaw
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform