WPF and PowerPoint

M

Mr. Magic

Can WPF play a PowerPoint presentation natively? I want to be able to load a
PPT file without having PowerPoint on the machine. This is running on a
Kiosk so I need it to not require any customer interaction.

TIA - Jeff.
 
G

Gregory A. Beamer

Mr. Magic said:
Can WPF play a PowerPoint presentation natively? I want to be able to load
a PPT file without having PowerPoint on the machine. This is running on a
Kiosk so I need it to not require any customer interaction.

No. There are no native PowerPoint bits in WPF. But, if you are creating a
WPF application, the form is a container and there is no reason you can
bundle in some lightweight player so you can play the PPT.

--
Peace and Grace,
Greg

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

************************************************
| Think outside the box! |
************************************************
 
M

Mr. Magic

Greg,
Thanks for the info. I came to the same conclusion.

Any suggestions on a lightweight player?

I need something that will not require PowerPoint on the client machine.

TIA - Jeff.
 

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

Similar Threads

WPF application on Windows XP - first start takes forever 2
WPF and some elements 2
C# and WPF 1
C# and WPF 2
WPF and n-level design 6
WPF--a threat to WinForms? 23
Run a PowerPoint presentation in a Windows Form 6
PowerPoint PowerPoint problem 0

Top