0

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?

Tom Schardt
  • 470
  • 1
  • 7
  • 18

1 Answers1

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