How to create instance of AxHost abstract class
+1
A:
You cannot create an instance of an abstract class.
You typically do not use the AxHost class directly. You can use the Windows Forms ActiveX Control Importer (Aximp.exe) to generate the wrappers that extend AxHost.
See http://msdn.microsoft.com/en-us/library/system.windows.forms.axhost.aspx for an example.
Ed Guiness
2008-10-20 14:52:47
A:
Dynamically adding ActiveX controls in managed code -- related, perhaps, along with How to Create instance of a class defined in .Net Class Library without setting reference
boost
2008-10-20 14:58:21