Re: Flickering

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

From: Jonathan Wood (jwood_at_softcircuits.com)
Date: 05/23/04


Date: Sun, 23 May 2004 07:58:51 -0600

One way would be to stop redrawing it every time the user clicks on it.
Another way would be to draw it to a memory bitmap and just bitblt that to
screen when updating the screen.

-- 
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
"Janiv Ratson" <janiv@aoe6.net> wrote in message
news:uY0ihqMQEHA.2404@TK2MSFTNGP12.phx.gbl...
> Hi,
> I M drawing a wallpaper on my CView class, I have to redraw it every time
> the user click on that view. Because of that any time the user click on
the
> View the wallpaper is redrawn and flickers.
> Why? How do I prevent that ?
>
> 10x,
> Janiv.
>
>