04-22-2009, 02:40 PM
tip.
brushes and other GDI objects must be deleted. Call DeleteObject on WM_DESTROY, or declare it as __GdiHandle-- hbrush (then it will be deleted when thread ends).
brushes and other GDI objects must be deleted. Call DeleteObject on WM_DESTROY, or declare it as __GdiHandle-- hbrush (then it will be deleted when thread ends).
