In html I just do <img src="x.jpg" width="1px" height="2px"> how about in vb.net. Is there an easy way to do this. When you are viewing the image through the picture box
In html I just do <img src=x.jpg width=1px height=2px> how about in vb.net. Is
Share
How do you display the image? If you load an image into the
Imageproperty of aPictureBoxyou can use theSizeModeproperty to stretch the image to the size of the PictureBox. You can then set the width and height of the PictureBox.