Labels:

If you want to refresh a window you may use any of following three methods ,

  1. Invalidate()
  2. InvalidateRect(NULL)
  3. RedrawWindow()
If you need immediate refreshing then use RedrawWindow().

Comments (0)

Post a Comment