Consuming an ActiveX control in .NET 3.5

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Im writing a WPF application in .NET 3.5 which is going to consume services provided by a third party ActiveX control. The control has an installation package and when I add a reference to the ActiveXs DLL I can see its interface. Now what? How
do I actually instantiate an interface to utilize this ActiveX controls services? Ive spent a couple hours Googling this and I guess I just am not using the right search terms because all I seem to get back as hits are how to make COM objects in C#, not
what I want. The darn thing already exists. I just want to use it in my WPF program.
<
Richard Lewis Haggard
<br/>

View the full article
 
Back
Top