Groups | Blog | Home
all groups > dotnet windows forms > september 2003 >

dotnet windows forms : Let user resize controls at runtime ...


Bob Powell [MVP]
9/12/2003 1:57:06 PM
You can do it all yourself or you can buy the tool I created to do the job.

http://www.bobpowell.net/recttracker.htm

--
Bob Powell [MVP]
C#, System.Drawing

Check out the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm


ANNOUNCING: Well Formed.
The monthy electronic magazine for
Windows Forms and GDI+ engineers
http://www.bobpowell.net/wellformed.htm

*September issue now available*



[quoted text, click to view]

Nishith Prabhakar
9/12/2003 5:02:49 PM
Hi

In my application, the user can drag and drop objects from the toolbox to
the main working area (just like in Visual Studio). Each of these objects is
actually an image that is displayed in the work area using a picturebox.

Now I want the use to be able to resize and move these images. How do I make
the resize handles visible for this picturebox. I can implement the move
using the mouse down events for the picture, but could not find a way to
implement the resize part.

Thanks,
Nishith

AddThis Social Bookmark Button