Let user resize controls at runtime ...

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
 

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