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?
Asked
Active
Viewed 4,317 times
1
-
http://stackoverflow.com/questions/56478/how-to-interact-with-windows-media-player-in-c – AMIT Sep 10 '10 at 01:05
-
sorry I have already read this – Umair A. Sep 10 '10 at 01:08
1 Answers
0
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

prashanth
- 2,059
- 12
- 13
-
perfect, can you guide me towards a point where I can read to create WMP plugins using C# as well? – Umair A. Sep 10 '10 at 12:18