The ChooseColor function creates a Color common dialog box that enables the user to select a color.
BOOL ChooseColor(
LPCHOOSECOLOR lpcc |
// pointer to structure with initialization data |
); |
If the user clicks the OK button of the dialog box, the return value is nonzero. The rgbResult member of the CHOOSECOLOR structure contains the RGB color value of the color selected by the user.
If the user cancels or closes the Color dialog box or an error occurs, the return value is zero. To get extended error information, call the CommDlgExtendedError function, which can return one of the following values:
CDERR_FINDRESFAILURE |
CDERR_MEMLOCKFAILURE |
CDERR_INITIALIZATION |
CDERR_NOHINSTANCE |
CDERR_LOCKRESFAILURE |
CDERR_NOHOOK |
CDERR_LOADRESFAILURE |
CDERR_NOTEMPLATE |
CDERR_LOADSTRFAILURE |
CDERR_STRUCTSIZE |
CDERR_MEMALLOCFAILURE |
The Color dialog box does not support palettes. The color choices offered by the dialog box are limited to the system colors and dithered versions of those colors.
You can provide a CCHookProc hook procedure for a Color dialog box. The hook procedure can process messages sent to the dialog box. To enable a hook procedure, set the CC_ENABLEHOOK flag in the Flags member of the CHOOSECOLOR structure and specify the address of the hook procedure in the lpfnHook member.
CCHookProc, CHOOSECOLOR, CommDlgExtendedError
file: /Techref/os/win/api/win32/func/src/f05_10.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 09:29,
3.15.206.88: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/func/src/f05_10.htm"> ChooseColor</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.