move,resize controls

Aug 2 2004 4:36 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. I would really appreciate your help. Thanks codehelp