Hi all,

I have a picture box where I want to draw lines, but then hide segments of the picturebox (hiding the drawn lines).

Then I want to be able to draw on top of the covered areas.

If a shape is drawn to a picture box in the IDE then it is always behind any lines drawn at run time.

if I load a shape at runtime it is always infront of all drawn lines despite drawing lines after loading and locating the shape.

Any suggestions?