Embed PowerPoint Viewer in C# Win Form

后端 未结 3 1992
走了就别回头了
走了就别回头了 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条回答
  •  渐次进展
    2020-12-06 06:42

    Thanks for good links, http://support.microsoft.com/kb/304662 has useful info... That helped me :)

提交回复
热议问题