|
-
Nov 28th, 2003, 01:23 PM
#1
Thread Starter
Frenzied Member
Print Screen
I use alot of images in my program that the user should get (it would be cheating) How can I make it so the picture shows up like normal (to the user) but when you hit print screen (or use any kind of screen capture utility it shows up black (or better, a picture of my choosing hehehe )
I dont care if they get screenshots of the GUI just not the images loaded in the picture box.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Nov 30th, 2003, 11:40 AM
#2
I wonder how many charact
You could register a filter for a Hotkey, and set the picturebox visibility to false..... but perhaps a better solution would just be to disable the printscreen when your app is running.
Look up:
Application.AddMessageFilter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|