BruceCopperField Posted December 21, 2009 Posted December 21, 2009 Is it a must for the window to be WinActivated() before I can use _ScreenCapture_CaptureWnd() on it?
Mat Posted December 21, 2009 Posted December 21, 2009 All that capturing the window does is find the window region and capture it using _ScreenCapture_Capture. As a result, it will take whatevers in the window area, so a non-active window may be covered by other windows. It is not a must though, but you probably should. Mat AutoIt Project Listing
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