Jun 12, 2002 #1 dhara77 Technical User Joined May 23, 2002 Messages 11 Location IN how do we refresh a dialog box.pls help me in telling all the functions that are used to refresh a window
how do we refresh a dialog box.pls help me in telling all the functions that are used to refresh a window
Jun 12, 2002 #2 dima2 Programmer Joined Jan 20, 2002 Messages 85 Location LB try Invalidate() Invalidates the entire client area of CWnd. The client area is marked for painting when the next WM_PAINT message occurs. Upvote 0 Downvote
try Invalidate() Invalidates the entire client area of CWnd. The client area is marked for painting when the next WM_PAINT message occurs.