Do you happen to know if there is any way to set that slider to the middle by default?
Yeah, just set the cdlCCRGBInit flag and it will default to 120 (right in the middle of the slider). Example:
' Set cdlCCRGBInit flag. Color will default to Cyan.
CommonDialog1.Flags = cdlCCRGBInit
' Optionally specify a different default color.
CommonDialog1.Color = RGB(0, 0, 255)
Regards,
jlbeam
| Mon, 03 Dec 2007 18:52:00 GMT |