Results 1 to 2 of 2

Thread: Screen Capture

  1. #1

    Thread Starter
    Member M|sha's Avatar
    Join Date
    Apr 2005
    Posts
    48

    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

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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
  •  



Click Here to Expand Forum to Full Width