Started testing with the GradientFill function :
- Code: Select all Expand view
ON PAINT GradientFill( hDC, 0, 0, oDlg:nHeight, oDlg:nWidth, { { 0.50, 16054371, 8388608 } } ) ;
The color select is a nice shade of blue .. I take it {0.50, 16054371, 8388608 } is the color combinations 50\50 ?? Just curious what the values 16054371, 8388608 are and how I can get a nice Grey\silver combination ??
Thanks
Rick Lipkin