I want to be able to embed a powerpoint presentation into a C# form (WinForms). Basically we have a 52\' monitor, and the idea is that in one corner we will have a PPT on lo
I really have no idea wether it is possible to embed a ppt-viewer in winforms. I do have one other suggestion for you: Use the browser control (or download one for webkit if you want better html5 support) and use a js library like impress.js to present the presentation. Just a thought.