views:

71

answers:

2

Is there a way I can get currently plaaying song from Windows Media Player by C# with .NET? Any API that will work with all Windows Media Player versions?

A: 

http://msdn.microsoft.com/en-us/library/dd564018%28VS.85%29.aspx

HPT
you mean I can access it via Javascript?
Umair Ashraf
you can do that if you want. but with use of WMP.DLL you can do what you want :)
HPT
+1  A: 

I think what HPT suggested should work. But if you want to access it using C#, please refer to

http://msdn.microsoft.com/en-us/library/dd562405%28VS.85%29.aspx

perfect, can you guide me towards a point where I can read to create WMP plugins using C# as well?
Umair Ashraf
Try this: http://wmppluginsnet.codeplex.com/