Win32API Question: Download Win32API PDF

What is the function to repaint a window immediately?

Tweet Share WhatsApp

Answer:

Invalidate() -- To repaint the entire client area
InvalidateRect() -- To repaint a specific portion of the
client area.

Download Win32API PDF Read All 20 Win32API Questions
Previous QuestionNext Question
Write About send message and post message?Message to limit the size of window?