Computer Science, asked by asaadfatam1871, 11 months ago

Explain WM-PAINT with an example.

Answers

Answered by Ayush01king
1

The WM_PAINT message is sent when the system or another application makes a request to paint a portion of an application's window. The message is sent when the UpdateWindow or RedrawWindow function is called, or by the DispatchMessage function

Similar questions