Win32API Question:
Download Job Interview Questions and Answers PDF
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.
Download Win32API Interview Questions And Answers
PDF
Previous Question | Next Question |
Write About send message and post message? | Message to limit the size of window? |