Hi,

I'm new at C# (I come from Java background) and am coding a sample windows form based media application.  I have the form worked out and running and have read that I can use msdxm.ocx which is the Windows Media Player ActiveX control.

To import the control and create a custom dll, I've tried aximp with the following syntax:

aximp c:\windows\system32\msdxm.ocx

but am presented with the following error message:

AxImp error: Did not find a registered ActiveX control in 'C:\...msdxm.ocx'

I have confirmed that the control is in that directory. Can anyone tell me what this means and how I can resolve this problem?

Thanks