Flicker is a annoying problem in GUI programming, whether you’re using MFC or Win32 SDK or other GUI library like wxWidgets.
The aim of this article is not to present you how to prevent your Windows program from flickering, just show a little trick that will help you avoid flickering on parent window created without WS_CLIPCHILDREN.