PW_CLIENTONLY

  • Thread starter Thread starter Brenda Valmont
  • Start date Start date
B

Brenda Valmont

Hi,

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

PrintWindow(hwnd, 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top