Embed PowerPoint Viewer in C# Win Form

后端 未结 3 1987
走了就别回头了
走了就别回头了 2020-12-06 06:16

Is it possible to Embed a PowerPoint Viewer into a C# Windows Form?

I am currently use the following code:

objApp = new PowerPoint.Application();
            


        
3条回答
  •  Happy的楠姐
    2020-12-06 06:44

    See this link. You can also display the ppt in a WebBrowser control. This might also be useful.

提交回复
热议问题