Embed PowerPoint Viewer in C# Win Form

前提是你 提交于 2019-11-27 22:59:14

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

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

Dodo

For placement change the objPres.SlideShowWindow.Top to 10 as example and objPres.SlideShowWindow.Left to 12 so the upper left corner of the slide will be at (12,10) where left move it horizontal and the top move it down vertically.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!