Is is possible to make a picture in a picture box, be in the centre vertically and horizontally in the same picture box.
The picture is already loaded in the picture box.
Thanks in advance ;) :p
Mark
Printable View
Is is possible to make a picture in a picture box, be in the centre vertically and horizontally in the same picture box.
The picture is already loaded in the picture box.
Thanks in advance ;) :p
Mark
Place an image control in your picturebox and then select the image controls picture. Then do this:
Image1.Move (Picture1.Width - Image1.Width) / 2, (Picture1.Height - Image1.Height) / 2