如何创建AxHost抽象类实例
发布于 2008-10-20 14:52:48
You cannot create an instance of an abstract class.
通常不直接使用AxHost类。可以使用Windows Forms ActiveX控件导入程序(Aximp.exe)生成扩展AxHost的包装。
有关示例,请参阅http://msdn.microsoft.com/en-us/library/system.windows.forms.axhost.aspx。
发布于 2008-10-20 14:58:21
与Dynamically adding ActiveX controls in managed code相关的,可能还有How to Create instance of a class defined in .Net Class Library without setting reference
https://stackoverflow.com/questions/218650
复制相似问题