Hi!
I have a problem with colors. VB uses a RGB color
representation that is not useful for me - it converts
255,255,255 to 16777215 ant its returns every color in
this format. But what I need is that VB would return
values for each seperately or in HEX format (like $FFFFFF
where the first part represents red, second green and
third part blue color). I hope anyone can understand what I
mean.
Thanx in advance for any answer.

Celery