is there an easy way to automate the printscreen/SysRq key to capture the screen to the clipbroad using the windows API?
This is a discussion on automating the screen capture key.. within the Windows Programming forums, part of the Platform Specific Boards category; is there an easy way to automate the printscreen/SysRq key to capture the screen to the clipbroad using the windows ...
is there an easy way to automate the printscreen/SysRq key to capture the screen to the clipbroad using the windows API?
Yes. Look at the keybd_event function.
Peter O. Programming tips
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.