is it possible?
When I write my code, only God and I know what it means. But a week later, only God knows.
You can put a picture box inside a picture box, have a few buttons to enlarge it and move it around..for a zooming effect..
I'm bringing geeky back...
One method is to use an Image and set it's Stretch property to True. That way, when you resize the image, the picture itself will stretch to fit the control. But, if you would like to keep the picturebox, then take a look at the following example. http://www.vbforums.com/showthread.p...highlight=zoom
Well, that's what I was aiming at...use an Image control and put it inside a picture box...and that will create a zooming effect.
Forum Rules