Assuming I would like to program a magnifier, how could I capture the content of the screen excluding my very own window ?
I know how to capture the screen with my own windo
During the capture process set the forms AlphaBlend property to true and the AlphaBlendValue to 0. Be aware that this will make your form completely invisible.