I've got a picture box inside a picture box. I would like to be able to move it and scale it. I've got the moving part down, and currently have a "make bigger" and "make smaller" button that scale the image by some fixed number when clicked. Is there an easy way to allow the user to grab an edge and resize? I've tried a few different things, but with no luck.
I have a sample here that does just that. http://slingkid.blogsome.com/2007/08/17/resizing-and-dragging/ Slingkid "Jack" wrote in message news:#w$6onn3HHA.1900@TK2MSFTNGP02.phx.gbl... > I've got a picture box inside a picture box. I would like to be able to > move it and scale it. I've got the moving part down, and currently have a > "make bigger" and "make smaller" button that scale the image by some fixed > number when clicked. > > Is there an easy way to allow the user to grab an edge and resize? I've > tried a few different things, but with no luck. >
Here is an example http://slingkid.blogsome.com/2007/08/17/resizing-and-dragging/ slingkid "Jack" wrote in message news:#w$6onn3HHA.1900@TK2MSFTNGP02.phx.gbl... > I've got a picture box inside a picture box. I would like to be able to > move it and scale it. I've got the moving part down, and currently have a > "make bigger" and "make smaller" button that scale the image by some fixed > number when clicked. > > Is there an easy way to allow the user to grab an edge and resize? I've > tried a few different things, but with no luck. >