PDA

Click to See Complete Forum and Search --> : The colors returned from common dialog...


r0ach
Jan 15th, 2000, 06:23 AM
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)

LG
Jan 15th, 2000, 06:52 AM
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

r0ach
Jan 15th, 2000, 07:01 AM
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)