I have a simple program that you can draw on the screen with FillEllipse and FillRectangle. My problem is that when you drag another window over even a small portion of the scre
You need to do all of your drawing in the Paint event, which fires each time your control gets repainted.
Paint