B
Benoist Demeure
Hi,
I'm using BitBlt to capture a screen-shot of a control.
It's works fine, but if the control is "masked" by an another windows, or
outside the screen bounds the captured bitmap is not complete. It's normal
because only the visible part of a control is drawn for optimizing paint.
So, before capturing the screen-shot, i want to verify that the control is
not masked by another windows ( wich can be a window from an external
application , for example the taskbar ) .
Is there a way to do that ?
I'm using BitBlt to capture a screen-shot of a control.
It's works fine, but if the control is "masked" by an another windows, or
outside the screen bounds the captured bitmap is not complete. It's normal
because only the visible part of a control is drawn for optimizing paint.
So, before capturing the screen-shot, i want to verify that the control is
not masked by another windows ( wich can be a window from an external
application , for example the taskbar ) .
Is there a way to do that ?