Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / February 2007

Tip: Looking for answers? Try searching our database.

Kiosk Mode, Window, and .pps

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
smd2010 - 24 Feb 2007 19:21 GMT
Is there anyway to play a powerpoint presentation in Kiosk mode in a window
at the same time instead of kiosk mode full screen?  If this is possible,
will I also beable to save it as .pps?
Signature

Windows Microsoft Office 2003

Chirag - 25 Feb 2007 05:07 GMT
The following macro starts slide show in kiosk mode in a window:

---
Sub StartKioskShowInWindow()
   With ActivePresentation.SlideShowSettings
       .ShowType = ppShowTypeKiosk
       .ShowType = 1000
       With .Run
           .Width = .Width * 2
           .Height = .Height * 2
       End With
   End With
End Sub
---

See if it helps you get started.

- Chirag

 PowerShow - View multiple PowerPoint slide shows simultaneously
 http://officeone.mvps.org/powershow/powershow.html

> Is there anyway to play a powerpoint presentation in Kiosk mode in a
> window
> at the same time instead of kiosk mode full screen?  If this is possible,
> will I also beable to save it as .pps?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.