Re: Aaarrrggghhh -- that ugly flicker!

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Larry Serflaten (serflaten_at_usinternet.com)
Date: 10/02/04


Date: Sat, 2 Oct 2004 17:14:58 -0500


"mr unreliable" <ReplyToNewsgroup@notmail.com> wrote

> Now the problem. The picbox has to be set to "AutoRedraw", in order to
> "persist" the graphics that I am drawing with the api's. However, every
> time the statusbar is updated, the icon in the Image control will "flicker".

I'd suggest you draw the icons on the picturebox, and not leave the
image controls floating above it. PaintPicture will let you stretch the
images to what you need.

LFS