disable print screen in forms
104495May 13 2005 — edited May 16 2005Hi there,
I must disable the "Print Screen" key and any other print-sceen-like feature from my Forms application that displays highly sensible data.
I have tried using a Timer that expires every 2 milliseconds (1 milliseconds blocks the application) and call the COPY_REGION but:
1. being as fast as light, i am still able to
printscreen to Paint application
2. switching to other apss like Office i get errors and lost my connection to the app server.
is there any other way to get me out of this problem?
thanks
marco