Hello,
New to VB. I have a VB application. When the user is using this application, I would like to disable the usage of "Print Scrn" button. I mean if the user hits the "Print Scrn" button, he should not be able to capture the screen shots in the buffer. In the Form_Keypress event, I tried to capture the ascii value of the button. But I can capture all other buttons except "esc" "F1 F21", "Print Screen", "Scroll Lock", "Pause" buttons.
Can someone point me the right direction..
thank you
nath