Win32API Question:
What is the function to repaint a window immediately?
Answer:
Invalidate() -- To repaint the entire client area
InvalidateRect() -- To repaint a specific portion of the
client area.
InvalidateRect() -- To repaint a specific portion of the
client area.
Previous Question | Next Question |
Write About send message and post message? | Message to limit the size of window? |