Results 1 to 2 of 2

Thread: Print Screen

  1. #1

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    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

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    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
  •  



Click Here to Expand Forum to Full Width