S
Stefan Drissen
Guest
When we start creating widgets we disable redrawing on the window / dialog ( SendMessageA , WM_SETREDRAW, value 0). When finished we enable redrawing and force windows to RedrawWindow (RDW_INVALIDATE + RDW_ALLCHILDREN).
Continue reading...
Continue reading...