Is it possible for a Silverlight application to respond to media keys like play/pause and volume?
A:
If those keys map to keyboard combinations (like Ctrl-Alt-P), then yes. You can do a simple test to see if any keydown/keyup events are triggered when you press the buttons. Michael
Michael S. Scherotter
2009-04-27 15:06:16
PlatformKeyCode indicates the key that was pressed even though the Key property is unknown. Thanks!
James Cadd
2009-04-27 15:57:53