A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Full screen slideshow under automation



 
 
Thread Tools Display Modes
  #1  
Old March 2nd, 2010, 10:37 PM posted to microsoft.public.powerpoint
Virgil
external usenet poster
 
Posts: 10
Default Full screen slideshow under automation

Context is C# or VB.NET Powerpoint control and enforcing a true fullscreen
mode.

The "fullscreen" kios mode gives a black band and the top & bottom as well
as the task bar. However, when Powerpoint is directly used then the full
screen is a true full screen.
I was interested on how to invoke a true full screen

Thanks

code snippet

pptPresentation.SlideShowSettings.ShowType =
Microsoft.Office.Interop.PowerPoint.PpSlideShowTyp e.ppShowTypeKiosk;
pptPresentation.SlideShowSettings.AdvanceMode =
Microsoft.Office.Interop.PowerPoint.PpSlideShowAdv anceMode.ppSlideShowManualAdvance;
pptPresentation.SlideShowSettings.ShowWithAnimatio n =
MsoTriState.msoTrue;
pptPresentation.SlideShowSettings.StartingSlide = 1;
pptPresentation.SlideShowSettings.EndingSlide =
pptPresentation.Slides.Count;

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:53 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.