-
Screen Capture
Yes I know what you're thinking.. "Not another one". I've searched through for answers in this board but didn't find what I was looking for. Could someone show me an example code on how to capture then entire screen -- I mean without the extra api for Capturing Active windows etc..
Thanks
-
Re: Screen Capture
All the API does is to tell you which one of the possible dimensions of the screen that you are using.
Most VB commands assume that the API definitions are correct. However, if you know the exact coordinates that you wish your program to use, then it would be easy to write the app. Just supply them.
I suggest that you use Native Windows functions to tell your program about the hardware, though. Very few systems are the same.