Prev: how to change data series graphed from column to row in 2007ppt?
Next: power point as sales tool
From: Virgil on 2 Mar 2010 17:37 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.PpSlideShowType.ppShowTypeKiosk; pptPresentation.SlideShowSettings.AdvanceMode = Microsoft.Office.Interop.PowerPoint.PpSlideShowAdvanceMode.ppSlideShowManualAdvance; pptPresentation.SlideShowSettings.ShowWithAnimation = MsoTriState.msoTrue; pptPresentation.SlideShowSettings.StartingSlide = 1; pptPresentation.SlideShowSettings.EndingSlide = pptPresentation.Slides.Count;
|
Pages: 1 Prev: how to change data series graphed from column to row in 2007ppt? Next: power point as sales tool |