1) Is it possible to view a GIF file in a picture box, whenever i open one there is no animation.
2) How do i center an image in a picture box.
Please help.
Thanks
Printable View
1) Is it possible to view a GIF file in a picture box, whenever i open one there is no animation.
2) How do i center an image in a picture box.
Please help.
Thanks
2) Image1.Move (Picture1.Width - Image1.Width) / 2, (Picture1.Height - Image1.Height) / 2
[Edited by MartinLiss on 05-23-2000 at 11:30 AM]