How can I draw GDI shapes (FillRect) onto a window, overlapping any child windows? I have some things I'm going to try first, but I wanted to post this message anyway.
My idea:
Create a child window overlapping the entire parent, draw on it, and set the update region to the area drawed on.
Would this work, and is there a better way to do it?