// put back the old objects
SelectObject(hdc, penOld);
DeleteObject(pen);
My Problem: I was under the impression that using the Rectangle function would fill in the rectangle with the pen I am using. However, when I draw it, it is only the borders, and the middle stays white. im hoping this is a simple fix. Thanks!