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
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?
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.
Summary: hi siva, thanks for ur reply but i downloaded system.h & included it. but its showing error in that header file. i'll tell my problem statement in detail. i have installed netware 4.11 & thro' client...
Summary: I have been searching for a solution over this issue...this could be something very obvious for some one related to perhaps multimedia ??... I have a .ram file ..ie real audio media file..its like a ...
Summary: I have posted a poblem here before but unfortunatly no one could or wanted to help me so I guess I'll try again. This IS NOT A HOMEWORK ASSIGNMENT (i am teaching myself VC++ from what I already know f...