Run a PowerPoint presentation in a Windows Form

M

Mr. Magic

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.
 
J

Joe Cool

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.
 
A

Alberto Poblacion

Mr. Magic said:
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.
 
A

Anja Länge

Mr. Magic said:
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
 
M

Mr. Magic

If you go to that link and then try and download the object, it can't find
it. And I've been told that that object isn't supported by Microsoft
anymore.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top