I am developing a windows desktop application in C# and I want to disable screen captures of this application. Can I get suggestions for this?
Asked
Active
Viewed 2,303 times
0
-
As mentioned, don't try this. Use a work around or communicate to business folks that it is not possible. – Adam Sep 06 '17 at 14:34
-
Thanks Airbone for the suggestion. – user2579408 Dec 13 '17 at 03:37
1 Answers
0
You can't. You can only attempt to scramble whatever gets captured, as discussed here: https://softwareengineering.stackexchange.com/questions/263112/detect-or-prevent-screen-capture-applications

Kristaps Baumanis
- 563
- 1
- 7
- 18
-
Thanks Kristaps currently we have removed the screen capture blocking requirement and thanks for the help – user2579408 Dec 13 '17 at 03:39