The WM_CTLCOLORMSGBOX message is sent to the owner window of a message box before Windows draws the message box. By responding to this message, the owner window can set the text and background colors of the message box by using the given display device context handle.
WM_CTLCOLORMSGBOX hdcMB = (HDC) wParam; // handle of message box display context hwndMB = (HWND) lParam; // handle of message box
If an application processes this message, it must return the handle of a brush. Windows uses the brush to paint the background of the message box.
The DefWindowProc function selects the default system colors for the message box.
The WM_CTLCOLORMSGBOX message is never sent between threads. It is sent only within one thread.
DefWindowProc, RealizePalette, SelectPalette, WM_CTLCOLORBTN, WM_CTLCOLORDLG, WM_CTLCOLOREDIT, WM_CTLCOLORLISTBOX, WM_CTLCOLORSCROLLBAR, WM_CTLCOLORSTATIC
file: /Techref/os/win/api/win32/mess/src/msg23.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 13:23,
3.129.71.98: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://ecomorder.com/Techref/os/win/api/win32/mess/src/msg23.htm"> WM_CTLCOLORMSGBOX</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.