An application sends the WM_NCPAINT message to a window when its frame must be painted.
WM_NCPAINT hrgn = (HRGN) wParam; // handle of update region
An application should return zero if it processes this message.
The DefWindowProc function paints the window frame.
An application can intercept this message and paint its own custom window frame. The clipping region for a window is always rectangular, even if the shape of the frame is altered.
DefWindowProc, GetWindowDC, WM_PAINT
file: /Techref/os/win/api/win32/mess/src/msg26_13.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 08:35,
3.128.197.55:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mess/src/msg26_13.htm"> WM_NCPAINT</A> |
Did you find what you needed? |