Hi,
How can I resize a gif into a picture box, and the turn it upside down?
Printable View
Hi,
How can I resize a gif into a picture box, and the turn it upside down?
Use PaintPicture. This will turn it upside down.
Code:Me.PaintPicture Picture1.Picture, Picture1.Width, Picture1.Height, Picture1.ScaleWidth * -1, Picture1.ScaleHeight * -1