开发者

Display power point docs in WinForms app

开发者 https://www.devze.com 2023-04-02 21:48 出处:网络
What is the best solution to display/integrate and manipulate PowerPoin开发者_如何学Ct documents in .NET WinFroms?once there was the DSOFramer which has been retired, here what MS\'s folk said in foru

What is the best solution to display/integrate and manipulate PowerPoin开发者_如何学Ct documents in .NET WinFroms?


once there was the DSOFramer which has been retired, here what MS's folk said in forums:

DSOFramer Control has been retired. DSOFramer was a sample and is not supported. There will be no further updates to DSOFramer and KB 311765 is been taken down. Office was never meant to run in embedded mode. There are many known issues when Office is embedded.

Besides DsoFramer, you can also use the WebBrowser embedded in Winform or ASP.NET and navigate to an Office document. But that is also an embedded using which considered not supported and may cause some known issues.

Best regards, Ji Zhou - MSFT Microsoft Online Community Support

I would try embedding the web browser control and pointing it to the .ppt (or .pps) file and see how it works.


Microsoft.Office.Interop.Powerpoint Namespace should be right for you.

For that you must have installed Powerpoint on the developing and executing machine.

0

精彩评论

暂无评论...
验证码 换一张
取 消