I\'m using GDI+ in a C++/MFC application and I just can\'t seem to avoid flickering whenever the window is resized.
I have already tried these steps:
Make sure that the window class for the window does not include the CS_VREDRAW and CS_HREDRAW flags in its style.
See http://msdn.microsoft.com/en-us/library/ms633574(VS.85).aspx