是否可以将PowerPoint查看器嵌入到C#Windows窗体中?我目前使用以下代码:objApp=newPowerPoint.Application();//objApp.Visible=MsoTriState.msoTrue;objPresSet=objApp.Presentations;objPres=objPresSet.Open(ppsAction.FileInfo.FullName,MsoTriState.msoTrue,MsoTriState.msoTrue,MsoTriState.msoFalse);objSlides=objPres.Slides;//RuntheS