PDA

Click to See Complete Forum and Search --> : Bitblt


Gaming_World
Aug 10th, 2002, 08:32 PM
Is it possible to bitblt on top of everything. I have a form with picture boxes on it, and wish to bitblt a small picture over the entire form, including where the boxes are. Therefore I can not use the forms HDC, and the hdc of 0 doesn't work.

Sastraxi
Aug 10th, 2002, 09:02 PM
Use GetDC(GetDesktopWindow). May I add that it could involve subclassing, finding the paint event, and calling it right after that (so the changes show).

Gaming_World
Aug 10th, 2002, 09:12 PM
Thanks, now how do I clear that screen?

Gaming_World
Aug 11th, 2002, 11:46 AM
Nevermind, I found a way to do it.