Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi EveryOne,

I want to create a power point Presentation in Asp.net and My Problem is that i want to create a such type of PPT in which Images and Video should be play.
It does not matter that project will be a window application or web application.

So if anyone have any idea please give me reply that how i can do this.

Thanks in Advance
Posted
Comments
PeiWHoward 18-Jul-17 5:56am    
You can use a C# and VB.NET library for PowerPoint, it can enable you to easily generate your presentations with images, videos etc... for starters see how to create slides in C# and VB.NET with it.

1 solution

Microsoft has provided a tool "OpenXMLSDKTool.msi" which is available on that page that you can use to decompile powerpoint pptx files and it will give you a code listing to see how it can be created from code. Ref: http://www.microsoft.com/download/en/details.aspx?id=5124[^]
 
Share this answer
 
Comments
ProEnggSoft 23-Mar-12 1:07am    
Good info. 5!

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