renalyne22
Joined: 08 Feb 2006
Posts: 1
|
Posted:
Mon Feb 20, 2006 7:19 am Post subject:
Problem with WMP10 IWMPSyncServices and IWMPSyncDevice in C# |
|
|
Do Interface IWMPSyncServices and IWMPSyncDevice supports COM interface in C# with (WMP10)
When I try to cast them, its throw a System.InvalidCastException
Ex.
AxWMPLib.AxWindowsMediaPlayer WMPLibPlayer= new AxWMPLib.AxWindowsMediaPlayer();
IWMPSyncServices SyncServices = (IWMPSyncServices) WMPLibPlayer;
I wanna connect mp3player with my C# application.
Please Help me for slove this problem
|
|