Hi,

I use Bitblt with a window and works great, but when the window doing the bitblt-ing is not the window with the focus, the bitblt routine sends whatever is on the SCREEN at the location pointed to by the bitblt routine.

So as i understand it, even though i am pssing a Hdc param it is Bitblting the screen Hdc in effect, as if another is on top the window bitblt-ing its covering it.

Any Ideas?