I want to BitBlt the graphic thats in the picture property of a picturebox to another dc. The problem that I have is that when I use the hDc property of the picturebox for this, the graphic is only blitted correctly when my app is in the foreground. If another window covers the picturebox, the other window is blitted (the part that covers the picturebox).

Does anyone know a solution for this?