I would like to know which forum is the appropriate place to ask how to DestroyWindow without repainting the window rectangle that is being destroyed.
For lack of knowing a better option, I am first calling MoveWindow (hwnd, 0, 0, 0, 0, FALSE) -- the last argument being do not repaint -- before calling DestroyWindow. However, I have a hunch that there is a more eloquent solution than MoveWindow followed
by DestroyWindow.