Let user resize controls at runtime ...

  • Thread starter Thread starter Nishith Prabhakar
  • Start date Start date
N

Nishith Prabhakar

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
 
Back
Top