Hi, How can I resize a gif into a picture box, and the turn it upside down?
r0ach™ Don't forget to rate the post
Use PaintPicture. This will turn it upside down. Code: Me.PaintPicture Picture1.Picture, Picture1.Width, Picture1.Height, Picture1.ScaleWidth * -1, Picture1.ScaleHeight * -1
Me.PaintPicture Picture1.Picture, Picture1.Width, Picture1.Height, Picture1.ScaleWidth * -1, Picture1.ScaleHeight * -1
Forum Rules