I am trying to draw some shapes using GDI+ in a panel that has controls in it. I need for the drawn shapes to be on top of the controls that are currently in the panel. But right now the shapes are drawn under the controls. The panel is actually a user control that I have inherited the panel control for.

Is there anythign I can do? The drawing has to take place in the user control. Not in the forms class.

Thanks