Displaying a Powerpoint presentation on a PC without Microsoft Office installed

V

vegvegko

Hi,

Is there any way to build or distribute a C# application with a
Powerpoint component, so that the application can display Powerpoint
presentations on PCs that do not have Microsoft Office installed?

Thanks for any insight!

Rgds,
Manny
 
K

Kev

Not sure if it will work but MS does (or did) provide the free PowerPoint
Viewer... you might find that if you add a reference to it you can embed it
into your app... probably use Interop though which is no problem really....

The thing is, if you install the viewer you probably don't need the C#
app... although you may find it is designed more for use with IE... check it
out...

Cheers
 
V

vegvegko

Hi,

Thanks for the prompt reply. You are right, I'm looking for a C#
solution. I'll like to use Powerpoint as a control so that the
presentation can be displayed in a window. Using the WebBrowser control
achieves it to a certain extent, but the application cannot display the
presentation if Microsoft Office is not installed.

Thanks for the ActiveX link, but Microsoft seems to have removed the
download.

Rgds,
Manny
 

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