Question: GDI is faster than GDI+ when you draw directly on the window DC because GDI uses a hardware acceleration and do not use such things as a double buffer. How to solve this problem?
Answer: In Windows Vista the GDI+ problem is fixed - GDI is no longer hardware-accelerated.
(
via)