CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Wm_print

  1. #1
    Join Date
    Oct 2002
    Location
    Italy
    Posts
    324

    Wm_print

    Hi.
    I'm trying to get a snapshot of a window by sending it a WM_PRINT message.
    Why does the snapshot miss the window borders (and other parts as well) ?
    Isn't this way reliable, is it ?

    Then, how can I get a correct snopshot of a window which could be obscured by other windows ?
    Thanks in advance.

  2. #2

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