I want implement multimedia keyboard functions like shortcuts, play, pause, volume, navigation functions in c# form or WPF. I use this in my remote control make by me using pic microcontroller.
The software works like a multimedia keyboard.
How to code multimedia functions in c#
Loading
Sam HobbsPosted Oct 9, 2011, 9:55 PM
It is usually possible to control another application in ways more directly than sending input. For example, you can click a button by sending a BN_CLICKED message to the parent window of a button. If you want help with that, I have already described some of it in other threads in these forums.
Asith NiwanthaPosted Oct 8, 2011, 12:50 PM
Javeed M ShaikhPosted Oct 7, 2011, 3:05 PM
Please do not forget to mark "Accepted Answer".