Link to home
Create AccountLog in
Avatar of Parth48
Parth48Flag for India

asked on

how to load powerpoint presentation file (*.pptx) in to windows form using C#.net win form ?

how to load powerpoint presentation file (*.pptx) in to windows form using C#.net win form ?

for ex..

i have one pptx file (Test.pptx) in my local pc which is created in Ms powerpoint 2007, now how can i display it int windows form (Main.cs) in C#.net win application ..

can u please tell me ?
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

You can display it in a webbrowser control on your form

How to use the WebBrowser control to open Office documents in Visual C# 2005 or in Visual C# .NET
http://support.microsoft.com/kb/304662


Same topic: http://stackoverflow.com/questions/217890/using-c-to-display-powerpoint
ASKER CERTIFIED SOLUTION
Avatar of Asim Nazir
Asim Nazir
Flag of Pakistan image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of dj_alik
dj_alik