|
-
Aug 27th, 2005, 04:09 AM
#1
Thread Starter
Member
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
-
Aug 27th, 2005, 04:21 AM
#2
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.
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
|