CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    12

    How to save display window as file

    Is there a way to save a display window as file from C++ code just like clicking on File menu then Save As.

  2. #2
    Join Date
    Nov 2003
    Posts
    2,185
    You mean making a screenshot?

  3. #3
    Join Date
    Jun 2004
    Posts
    12
    You are right. How to save it as file.

  4. #4
    Join Date
    Oct 2002
    Location
    Italy
    Posts
    324
    There's an article for you on this site:
    http://www.codeguru.com/Cpp/G-M/bitm...cle.php/c4915/
    Regards,
    Marco Era
    www.marcoera.com

    Latest post on my blog: Back to the Amiga's times

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