D
dk60
when I draw an ellipse on a panel on a form the ellipse actually gets
drawn behind the panel, so that the panel covers it. Is there a way to
draw graphics inside a panel, or some other control, so that the panel
serves as a canvas, and the mouse coordinates are relative to the
panel? even if I use the panel MouseMove event the coordinated of e
are still relative to the form and not relative to the panel.
drawn behind the panel, so that the panel covers it. Is there a way to
draw graphics inside a panel, or some other control, so that the panel
serves as a canvas, and the mouse coordinates are relative to the
panel? even if I use the panel MouseMove event the coordinated of e
are still relative to the form and not relative to the panel.