OK,

I am scrolling some text in an image control, but it flickers.

So I BitBlt image1.picture to a second image (image2).

So I have a buffer that flickers (image1) and a flicker free display (image2)

Great

Now the problem, I don't want to display both image1 and image2, and if I hide image 1 then BitBlt doesn't work on the hidden image control.

Can anyone suggest a solution?