Controlling WMP via Windows Forms just like in MS keyboards
Hi. I've done a lot of searching in MSDN/Google for doing remote controlling via Windows Forms. I wanted to be able to control the playback of Windows Media Player just like if I do it with Fn+Media key to press or one of the 4 media player keys in Microsoft keyboards. I am wondering how they do it as I have included two simple buttons, Play and Stop -- nothing else. So because I don't want to embed Windows Media Player control into Windows Forms application, I wanted to be able to remotely control thereal Windows Media Player. To be clear, I wanted to be able to control a real Windows Media Player just like a remote control.
Is that possible only with the Windows Media Player SDK? Am I asking the impossible?

