Embedding a Powerpoint show into a C# application

前端 未结 4 819
醉酒成梦
醉酒成梦 2021-01-01 01:31

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

4条回答
  •  长发绾君心
    2021-01-01 02:22

    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.

提交回复
热议问题