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
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