Any way to catch global WM_COMMAND message?

157 Views Asked by At

I'm writing a WPF app that I need use messages such as

  • APPCOMMAND_MEDIA_PLAY_PAUSE
  • APPCOMMAND_MEDIA_NEXTTRACK
  • etc...

I need catch these message from all running threads (mean global). How can I globally catch these message?

0

There are 0 best solutions below