|
-
Mar 12th, 2002, 07:37 PM
#1
Thread Starter
Registered User
Help with Flickering Picture Box (Tricky)
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??????
Last edited by Nucleus; Mar 13th, 2002 at 02:53 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|