Ok i have a bigger image than the picturebox and when i resize the picturebox half of it gets missed off. How can i get it so the image fits the picturebox exactly??
Printable View
Ok i have a bigger image than the picturebox and when i resize the picturebox half of it gets missed off. How can i get it so the image fits the picturebox exactly??
Under picturebox properties, find SizeMode, and select autosize, or stretch, whatever suits you better
thanks