Is it possible to Embed a PowerPoint Viewer into a C# Windows Form?
I am currently use the following code:
objApp = new PowerPoint.Application();
See this link. You can also display the ppt in a WebBrowser control. This might also be useful.