PW_CLIENTONLY

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brenda Valmont

    PW_CLIENTONLY

    Hi,

    I am using PrintWindow() int Visual Basic .NET to capture
    a window into a bitmap. The code is something like this:

    PrintWindow(hwn d, hBmp, 0)

    It runs fine, but because I don't know the value for the
    PW_CLIENTONLY constant I use 0 which captures the entire
    window. I would like to capture the client area only.

    Thank you for your help

    B
Working...