Thread: automating the screen capture key..

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    7

    automating the screen capture key..

    is there an easy way to automate the printscreen/SysRq key to capture the screen to the clipbroad using the windows API?

  2. #2
    Registered User
    Join Date
    Feb 2003
    Posts
    76
    Yes. Look at the keybd_event function.

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    7

    Smile

    thank you for the point in the right direction. i could of been looking for a long time if i hadn't of asked. it's helped alot.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  2. Window message loop (Keys)
    By Blackroot in forum Windows Programming
    Replies: 3
    Last Post: 09-12-2006, 05:15 PM
  3. Capture Enter key press in EDIT Box
    By richiev in forum Windows Programming
    Replies: 4
    Last Post: 07-14-2005, 12:03 AM
  4. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM
  5. When a key is pressed, print to screen this... How?
    By Woggy in forum C++ Programming
    Replies: 5
    Last Post: 05-31-2003, 11:46 PM