I have loaded a series of gifs into an imagelist. I have a timer which shows each image inturn to simulate an animated gif.
Now this works great, except it flickers, so I changed my code to:
Me.Picture1.PaintPicture Me.ImageList1.ListImages(counter).Picture, 0, 0
This works fine, no flicker, but the background changes from transparent to black!
How can I remove the flicker and keep the background transparent??????
