通过响应此消息,对话框可以使用指定的显示设备上下文句柄设置其文本和背景色。 C++ 复制 #define WM_CTLCOLORDLG 0x0136 参数 wParam 对话框的设备上下文的句柄。 lParam 对话框的句柄。 返回值 如果应用程序处理此消息,则必须将句柄返回到画笔。 系统使用画笔绘制对话框的背景。 备注 默认情况下, DefWindowProc...
WM_CTLCOLORDLG hdcDlg = (HDC) wParam; hwndDlg = (HWND) lParam; ParametershdcDlg Handle to the device context for the dialog box hwndDlg Handle to the dialog boxReturn ValuesIf an application processes this message, it must return the handle of a brush. The system uses the brush to paint...
Note that the WM_CTLCOLORDLG message is sent to the dialog box itself; all of the other WM_CTLCOLOR* messages are sent to the owner of the control. If a dialog box procedure handles this message, it should cast the desired return value to a BOOL and return the value directly. If the...
WM_CTLCOLORDLG消息永远不会在线程之间发送。 它仅在一个线程内发送。请注意, WM_CTLCOLORDLG 消息将发送到对话框本身;所有其他 WM_CTLCOLOR* 消息将发送给控件的所有者。如果对话框过程处理此消息,则应将所需的返回值强制转换为 INT_PTR 并直接返回该值。 如果对话框过程返回 FALSE,则执行默认消息处理。
WM_CTLCOLORDLG消息永远不会在线程之间发送。 它仅在一个线程内发送。请注意, WM_CTLCOLORDLG 消息将发送到对话框本身;所有其他 WM_CTLCOLOR* 消息将发送给控件的所有者。如果对话框过程处理此消息,则应将所需的返回值强制转换为 INT_PTR 并直接返回该值。 如果对话框过程返回 FALSE,则执行默认消息处理。
WM_CTLCOLORDLG hdcDlg = (HDC) wParam; hwndDlg = (HWND) lParam; Parameters hdcDlg Handle to the device context for the dialog box hwndDlg Handle to the dialog box Return Values If an application processes this message, it must return the handle of a brush. The system uses the brush to ...
WM_CTLCOLORDLG消息永远不会在线程之间发送。 它仅在一个线程内发送。 请注意, WM_CTLCOLORDLG 消息将发送到对话框本身;所有其他 WM_CTLCOLOR* 消息将发送给控件的所有者。 如果对话框过程处理此消息,则应将所需的返回值强制转换为 INT_PTR 并直接返回该值。 如果对话框过程返回 FALSE,则执行默认消息处理。 Set...
通过响应此消息,对话框可以使用指定的显示设备上下文句柄设置其文本和背景色。 C++ 复制 #define WM_CTLCOLORDLG 0x0136 参数 wParam 对话框的设备上下文的句柄。 lParam 对话框的句柄。 返回值 如果应用程序处理此消息,则必须将句柄返回到画笔。 系统使用画笔绘制对话框的背景。 备注 默认情况下, DefWindowProc...
WM_CTLCOLORDLG hdcDlg = (HDC) wParam; hwndDlg = (HWND) lParam; Parameters hdcDlg Handle to the device context for the dialog box hwndDlg Handle to the dialog box Return Value If an application processes this message, it must return the handle of a brush. The system uses the brush to...
WM_CTLCOLORDLG hdcDlg = (HDC) wParam; hwndDlg = (HWND) lParam; Parameters hdcDlg Handle to the device context for the dialog box hwndDlg Handle to the dialog box Return Value If an application processes this message, it must return the handle of a brush. The system uses the brush to...