how to display resizeable rectange

G

Gregory Khra

I need in my Windows Forms application to allow user to enter a rectangle and
later resize it. In the other words, I need to display a rectangle that (if
selected) shows control points that user can grab (with mouse) and drag to
resize the rectangle. Can you recommend an appropriate control?
Thank you.
Gregory
 
J

Jack Jackson

I need in my Windows Forms application to allow user to enter a rectangle and
later resize it. In the other words, I need to display a rectangle that (if
selected) shows control points that user can grab (with mouse) and drag to
resize the rectangle. Can you recommend an appropriate control?
Thank you.
Gregory

I have seen this
<http://www.codeproject.com/KB/miscctrl/CSharpRectTracker.aspx> but
haven't had time to look at it.

There is also a forms editor at
<http://www.codeproject.com/KB/cs/SharpFormEditorDemo.aspx> that I
have also not looked at.
 
R

RobinS

I have some code where I let the user draw a rectangle on a picture painted
on a form. Is that the kind of thing you are looking for? If so, post back,
and I'll post some code.

RobinS.
GoldMail, Inc.
 

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