lammaer25 Posted November 29, 2006 Posted November 29, 2006 So, I found Lazycats great dll to create screenshots, it works perfectly, thanks for the contribution. However, I would like to get a screenshot from a machine in dualview mode (eg 2 screens). The printscreens function of the windows return the screenhot of whole dualviewed desktop, but the following piece of code returns only the first screen: DllCall("captdll.dll", "int", "CaptureScreen", "str", $screenshotfilename & ".jpg", "int", 85) Is there anyway to capture the full desktop?
lammaer25 Posted November 29, 2006 Author Posted November 29, 2006 Problem solved, I can use the captureregion version and give the coordinates of the second screen
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now