J
Jeremy Bradshaw
I'm trying to paint rectangles using GDI (I'm implementing drag and drop and
want to paint a dashed rectangle as I drag a control to a new position). I
instantiate a Rectangle object ok and handle its painting in the form's
Paint event. This works fine, but the rectangle always appears "underneath"
other objects on the form - I want it to always appear over the top of them.
How can I achieve this ?
want to paint a dashed rectangle as I drag a control to a new position). I
instantiate a Rectangle object ok and handle its painting in the form's
Paint event. This works fine, but the rectangle always appears "underneath"
other objects on the form - I want it to always appear over the top of them.
How can I achieve this ?