Software Development Network>> Visual Basic>> Picture in a Picturebox
Hi,
Somebody knows how to shrinks a Picture and display it in a Picturebox without stretching it, keeping the same look.
try setting PictureBox's SizeMode to Zoom. This wil shrink the picture to fit in the PictureBox but keep the aspect ratio.
Andrej
Picture in a Picturebox
wpdehn
selva_kumar
AsifHameed1
Hi,
try setting PictureBox's SizeMode to Zoom. This wil shrink the picture to fit in the PictureBox but keep the aspect ratio.
Andrej