I have gone through couple of articles on hosting active X control.
http://msdn.microsoft.com/en-us/library/ms742735(v=vs.100).aspx
I see the example uses a Windows Media Player, which is shown to the user.
My requirement is: I have an active X control, and there is no UI associated with it. There is some business logic associated with it and my application is WPF.
My doubt is whether I should still go for the way of using WindowsFormsIntegration for hosting the activeX control or should I simply instantiate the active X control in the helper class and use it through out the life time of my application?