Click here to Skip to main content
15,914,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to display a powerpoint presentation in a wpf window. I tried googling for information with no success. Can anyone point me in the right direction, or tell me if it's impossible. Just giving me an example is fine too. :-D
Posted
Comments
bellpatricia 5-Oct-17 4:11am    
My solution was to use a DocumentViewer control and I would display my slides on it by converting my powerpoint file to XpsDocument object. For an example see this, note that it uses this presentation library for c#.

hi neil well i have found a link in codeproject itself :

http://www.codeproject.com/KB/dotnet/EmbeddingPPT.aspx
 
Share this answer
 
v2
Comments
Neil Cross 2-Nov-10 18:16pm    
I found that article too and that office component it's talking about looks like something you have to pay for, plus I'm not sure what to do with it once I downloaded it. I was hoping to find an alternative.
Well i found another link which does exactly what you want to do!

http://bea.stollnitz.com/blog/?p=49[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900