CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    36

    How can I copy the screen contents directly into a buffer?

    I want to copy the image I have on the screen into a buffer.
    Then I want to write the contents of the buffer into a file. Is it possible to do this, and if so
    how do I do it?


  2. #2
    Join Date
    Apr 1999
    Posts
    90

    Re: How can I copy the screen contents directly into a buffer?

    I think I saw how to do this somewhere on the CodeGuru web site. Did you look?


  3. #3
    Join Date
    Apr 1999
    Posts
    90

    Re: How can I copy the screen contents directly into a buffer?

    See the 'Bitmap & Palette' section.
    Section titled 'Writing a window image to a BMP file'.


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

Featured