Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - choosecolor() color selection standard dialogbox http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ChooseColor()          Color selection standard DialogBox
--------------------------------------------------------------------------------

   Syntax:              ChooseColor( <nRGBDefaultColor>, <nFlags> )
                                       --> <nRGBColor>

                        This function calls the Windows standard color
                        selection DialogBox.

   Parameters:

   <nRGBDefaultColor>   The color that will appear automatically when
                        the DialogBox starts.

   <nFlags>             An optional numeric value for some flags:

                        #define CC_PREVENTFULLOPEN    4

                        Disables the possibility of defining user defined
                        colors. FiveWin by default allows user defined
                        colors.

   Returns:

   <nRGBColor>          The RGB value of the color selected. If no
                        selection is done, nRGBDefaultColor is returned.

   Sample:              ? ChooseColor( CLR_CYAN )

   Source code:         SOURCE\\WINAPI\\ClrChoos.c


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson