Computing.Net > Forums > Programming > How to avoid screen capture. Please Help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to avoid screen capture. Please Help

Reply to Message Icon

Name: Daniel Kumar
Date: October 4, 2001 at 10:23:04 Pacific
Comment:

How can I avoid a program from capturing the image on my screen? Is there any API that can enable and disable capturing? It's urgent. Can any one help me?



Sponsored Link
Ads by Google

Response Number 1
Name: Mik
Date: October 5, 2001 at 00:35:56 Pacific
Reply:

No it isn't possible. Even if you would find a way to disable the standard windows screen capture you could still use one of those screen capture programs.
See the way it works is that there is a main window which all the programs are allowed to write and read from. So they will always be allowed to read your data from the screen.

I don't know exactly what your trying to do this for. But although you can't disable it you could apply a few tricks to make it really hard for them to capture the screen. First you should try to make your program take up the whole screen. Full screen mode without start menu and stuff. So all they see is your program. After that you'll need to write a keyboard handler which catches every keyboard event. This will prevent then from activating any other program using a key combination.
There are still ways around it then but you'll have to go through a lot of trouble to capture the screen.

Mik


0

Response Number 2
Name: Ashwin
Date: October 5, 2001 at 02:55:59 Pacific
Reply:

One way I have avoided people from copying data or screen designs from my app is by clearing the clipboard when my screen/application looses focus.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: How to avoid screen capture. Please Help

how to solve this error? www.computing.net/answers/programming/how-to-solve-this-error/4318.html

How to Stop Download www.computing.net/answers/programming/how-to-stop-download/11775.html

please help (VC++) www.computing.net/answers/programming/please-help-vc/5522.html