Quote Originally Posted by miteshpandey
You can also try using a memory DC. First blit into the memory DC then from the memory DC to the windows DC.
Double buffering can be used to prevent flickering, but is slower in every case I used it. Maybe you can point out why/how this should speed up the display process?