+ 2
Is it possible to make a ppt converter with C#??
7 Respuestas
+ 3
power point document
+ 3
is there a software where you can inspect the code on an app or a programm?
+ 3
thanks men👍👊
+ 1
Where does ppt stand for ?
+ 1
I thought that would be it. Yes it is possible. have a look a Microsoft.Interop.Powerpoint
+ 1
Are you looking for a viewer ?
Here you can download a viewer to view .ppt files.
+ 1
If you are looking for to code a .ppt with c# code.
Add the Microsoft.Office.Interop.PowerPoint.dll to you refences.
Add using Microsoft.Office.Interop.PowerPoint;
to your using statement.
Read the following post, for more information on how to code.
http://csharphelper.com/blog/2013/08/create-a-powerpoint-presentation-that-makes-slides-corresponding-to-selected-styles-in-a-microsoft-word-document-in-c/