|
-
March 16th, 2005, 05:32 PM
#2
Re: Driver for screen capture
// Simulate print screen keystroke
keybd_event( VK_SNAPSHOT, 0, 0 , 0xC1370001 ); // keydown
keybd_event( VK_SNAPSHOT, 0, KEYEVENTF_KEYUP, 0xC1370001 ); // keyup
Here the clipboard holds the information your others application need.
Now go have some fun and envoy life.
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
|