我是实施Powerpoint AddIns的新手,我想使用AddOleObject将自定义控件/类库添加到powerpoint形状。为了管理这个,我在网上搜索了一个ActiveX示例,找到并使用了可以在这里找到的代码:http://www.mycsharp.de/wbb2/thread.php?threadid=3791 将代码添加到我的项目之后,我总是以ComException结束。
我从Button Click事件调用的代码是:
PowerPoint.Shape myShapeObject = Globals.ThisAddIn.Application.ActivePresentation.Slides 1。Shapes.AddOLEObject(10,10,curDocument.PageSetup.SlideWidth,curDocument.PageSetup.SlideHeight," ActiveXExample.All& #34);
我正在使用Visual Studio 2013和Office 2010