I know my question title is hard to understand.
But simply put I purchased a remote off ebay, it's a standard TV remote but comes with a USB IR Receiver. When connected it can control the mouse cursor by pointing at the receiver. Also pressing most of the buttons appear to map to some keyboard key. Except for 4 buttons that I want to make use of - 4 color keys.
So most modern day remotes has these 4 color keys, red, green, yellow and blue.
For some reason pressing them does not cause the KeyDown event to fire at all.
So I'm wondering if anyone who's done something similar know how to capture these signals in a .NET desktop app, and be able to respond to these pressed keys?