DestroyWindow() on CEdit
11-Jul-94 20:43:09
Sb: DestroyWindow() on CEdit
Fm: Sumeet Shrivastava 74441,172
To: John E. Katich 73510,350
Hi John,
I think it is a problem with Windows not painting the deleted edit control's
rectangle correctly.
To workaround this problem, you might want to explicitly invalidate the
region slightly larger than that occupied by the edit control. You can do
this by calling InvalidateRect() on the parent window.
Thanks.
Sumeet Shrivastava
Microsoft Developer Support