PDA

Click to See Complete Forum and Search --> : Resizing and rotating gifs


r0ach
Nov 15th, 2000, 04:26 AM
Hi,

How can I resize a gif into a picture box, and the turn it upside down?

Nov 15th, 2000, 03:22 PM
Use PaintPicture. This will turn it upside down.

Me.PaintPicture Picture1.Picture, Picture1.Width, Picture1.Height, Picture1.ScaleWidth * -1, Picture1.ScaleHeight * -1