How to display powerpoint slides in window forms [Resolved]

Posted by Anandbabaum under C# on 6/17/2014 | Points: 10 | Views : 16326 | Status : [Member] | Replies : 4
How to Integrate powerpoint slides in a Windows Form Application using the c#.net




Responses

Posted by: Goud.Kv on: 6/17/2014 [Member] [MVP] Gold | Points: 25

Up
0
Down
Hi Anand,

You have to use SlideShowWindow.View.Next and SlideShowWindow.View.Previous for Sliding next and previous.

Thanks & Regards,
Krishna

Anandbabaum, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Anandbabaum on: 6/17/2014 [Member] Starter | Points: 25

Up
0
Down
Hi Krishna,

Thanks for your reply, first I want to know how to display powerpoint presentation in windows forms using c#.

Anandbabaum, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sadman on: 6/24/2014 [Member] Starter | Points: 25

Up
0
Down
Hi,

Thx for the comperehensive solution provided by Goud.Kv, here I'd share another way to do that.
Download C# Presentation dll and add it as a reference in your windows forms application project,and this will definitely enables you to open and read PowerPoint file without MS PowerPoint installed on your machine.

https://powerpoint.codeplex.com/

Regarsd.

Anandbabaum, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response