Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to detect any screen recording or screen capture software is running or not in my machine using c#?

My c# winform application contains some security features so I want to prevent to record using any kind of screen recording software.

What I have tried:

I spend lot of days to solve above issue.
Posted
Updated 11-Sep-17 2:38am
v2
Comments
Thanks7872 11-Sep-17 8:19am    
https://stackoverflow.com/questions/448106/how-do-i-prevent-print-screen
PIEBALDconsult 11-Sep-17 8:53am    
Nope.
Dave Kreskowiak 11-Sep-17 10:07am    
That's simply not possible.

Besides, what's stopping a user from taking video using their cell phone?
Richard Deeming 12-Sep-17 17:19pm    
There's always ways around any solution you could come up with:
Copy Protected : The Daily WTF[^]

1 solution

I don't think that you will be successful.

There are various methods to capture the screen content. See for example Various methods for capturing the screen[^].

With Windows 10 there is already an application installed that can record videos: The Game bar.

Finally, everybody that really wants to record the screen content can still use a video grabber (grab the signals send to the monitor) or just a video camera.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900