Hi Does anybody know how to process the answer from the Color dialog.
I have:
CD: the common dialog OCX
Clr: Variant
CD.ShowColor
Clr := CD.Color;
Now I have a problem processing the value in the variant. I cannot use message. Does anybody know how to get the integer value form the variant/CD Color?
Guido
0
Comments
You can make a wrapper in VB and let this return the Integer value.
Maybe you can put this on the download section if youre finished
You can also try to find a color dialog that already returns the rgb values or make one in Navision yourself.
I've done the last thing myself. Just a small form that lets the user pick a color.