Draw over multiple controls

G

Guest

When a user grabs the border of an object to expand the size or move it I
would like to draw a rectangle to show the growing size or changing position.
The problem is that the MouseDown eevnt is within the active control, while
the line I need to be drawing is outside the control. To make things worse
the line to be drawn may need to "float" over other controls on the page.

If I draw on the canvas of the form the line is behind the visual controls
on top.

Question: How do I draw OVER the top of multiple controls?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top