Hi,
I am using the code below to display the OS color picker window - allowing the user to select a color.
dim c as color
call selectColor(c, "")
SelectedMouseColor = c
What I am now stuck with is:
- How to retrieve JUST the RGB code for c
- How to retrieve JUST the Hex code for c
I basically need two text fields - one with just the RGB value, and the other with just the Hex value.
Hope that made sense.
Any help would be much appreciated.
Thank you all in advance.