Results 1 to 19 of 19

Thread: Help with Flickering Picture Box (Tricky)

Threaded View

  1. #1

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530

    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
  •  



Click Here to Expand Forum to Full Width