I am having touble triggering code when the "print Screen" key is pressed. I have managed to trigger on all the other keys that I am interested in. I used a combination of panel callbacks and checking for EVENT_KEYPRESS, this get most of the keys.
I also installed a windows message call back on the WM_KEYDOWN event, to get most of the other keys such as the Shift and Control keys. I looked for the VK_SNAPSHOT virtual key. But neither of these two methods respond to the "Print Screen" Key.
Thanks