I used the common dialog control's palette thingy, but the return value is not the usual RGB.
How can I convert it to RGB? I tried Hex(CommonDialog1.Color), but that doesn't work too well. Please help.
------------------
r0ach(tm)
Printable View
I used the common dialog control's palette thingy, but the return value is not the usual RGB.
How can I convert it to RGB? I tried Hex(CommonDialog1.Color), but that doesn't work too well. Please help.
------------------
r0ach(tm)
Hi,rOach.
I don't know if it's what are you looking for, but if you specify
CommonDialog1.Flags = cdlCCFullOpen
you can set values in RGB.
Larisa
Thanx!
I think i should check out the flag property 'cos it's the second time tonight that they were the cause of all my problems!
;)
------------------
r0ach(tm)