Prev: Can't find aximp.exe
Next: How to extract/integrate strings from Dialog and StringTable in a DLL?
From: Mr. Magic on 21 Apr 2010 13:28 How can I run a PowerPoint presentation in a Windows Form? I don't need to do anything except run it. I can't use the MS PowerPoint viewer because that opens in a separate window. TIA - Jeff.
From: Joe Cool on 21 Apr 2010 14:14 On Apr 21, 1:28 pm, "Mr. Magic" <Muf...(a)NoWhere.Com> wrote: > How can I run a PowerPoint presentation in a Windows Form? I don't need to > do anything except run it. I can't use the MS PowerPoint viewer because that > opens in a separate window. I haven't tested this but: Process.Start("PPT File Name"); should do it.
From: Alberto Poblacion on 21 Apr 2010 14:20 "Mr. Magic" <Mufasa(a)NoWhere.Com> wrote in message news:e8mGdgX4KHA.4016(a)TK2MSFTNGP05.phx.gbl... > How can I run a PowerPoint presentation in a Windows Form? I don't need to > do anything except run it. I can't use the MS PowerPoint viewer because > that opens in a separate window. You could capture a "movie" of the presentation by means of a program such as Camtasia Studio. The movie can then be played in various ways, for instance, you could use a WebBrowser control embedded in the Form to display a page that plays the movie.
From: Anja L�nge on 21 Apr 2010 14:44 Mr. Magic wrote: > How can I run a PowerPoint presentation in a Windows Form? I don't > need to do anything except run it. I can't use the MS PowerPoint > viewer because that opens in a separate window. Have you tried to open it in the webbrowsercontrol or the richtextbox? Anja
From: Scott M. on 21 Apr 2010 17:25 That would just start PowerPoint in a separate window. "Joe Cool" wrote: > On Apr 21, 1:28 pm, "Mr. Magic" <Muf...(a)NoWhere.Com> wrote: > > How can I run a PowerPoint presentation in a Windows Form? I don't need to > > do anything except run it. I can't use the MS PowerPoint viewer because that > > opens in a separate window. > > I haven't tested this but: > > Process.Start("PPT File Name"); > > should do it. > . >
|
Next
|
Last
Pages: 1 2 Prev: Can't find aximp.exe Next: How to extract/integrate strings from Dialog and StringTable in a DLL? |