Thread: Screen capture prog

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    317

    Screen capture prog

    Well I can't draw to save my life and all those sprites online have this format that I can't seem to read. So out of frustration I wrote this. When you hit enter it takes the current picture displayed in your window and sends it to the clipboard, where you can do whatever you want with it. Feel free to change and or update as you want,

  2. #2
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    Just press the 'PRINT SCREEN' key and Windows will do the exact same thing!

    'PRINT SCREEN'... open MS Paint... Edit->Paste... tada!

    (sorry, but you just re-invented the wheel )

  3. #3
    Unregistered
    Guest
    Yes, however that is the entire screen. I was going for a more exact size. BTW, this isn't a bragging prog, my apologies if it seems that way. Just something I thought some other people could put to use, at least the base code of anyway.

  4. #4
    Registered User
    Join Date
    May 2002
    Posts
    317
    Sorry, that was me, evidently I'm not cookied anymore.

  5. #5
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    I didn't mean anything rude... sorry

  6. #6
    Unregistered
    Guest
    It is true that print screen alone copies the entire screen, however if you hold down the alt key and press print screen, whatever object has focus will be copied to the clip board. Hope this helps!

  7. #7
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Originally posted by Unregistered
    It is true that print screen alone copies the entire screen, however if you hold down the alt key and press print screen, whatever object has focus will be copied to the clip board. Hope this helps!
    WHoa cool I never knew that

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screen Capture Applications
    By SlyMaelstrom in forum Tech Board
    Replies: 0
    Last Post: 12-18-2006, 08:17 PM
  2. need help making a dot bounce up and down y axis in this prog
    By redwing26 in forum Game Programming
    Replies: 10
    Last Post: 08-05-2006, 12:48 PM
  3. Feedback: Functional Specification Wording
    By Ragsdale85 in forum C++ Programming
    Replies: 0
    Last Post: 01-18-2006, 04:56 PM
  4. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM
  5. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM