I'm developing an lyrics related application and I need to listen to Windows Media Player Events. I watched windows events in "Accessible event watcher" and I found out that there's some events that WMP sends whenever it's state or current position changes. I searched and found this article on MSDN a How to set a Windows hook in Visual C# .NET but I couldn't make it work.
How can I listen to that events from my C# application or any suggestions on using other methods to get current song and WMP playing status?\
Thank You