Hello,

I would like to fit an image in a picturebox but without strechting it like :

VB Code:
  1. "PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage"

Just a zoom where the full picture is displayed like in IE6.


Second thing I try to do is to allow user to move the picture inside the picturebox when the original picture is bigger than the picturebox.


Thanks