[help]Convert String to Color[Solved]
So as all of you know, I'm working on my web browser, but I need YOUR help.
How do you convert string to color????????
example of a string:
Color [A=255, R=211, G=69, B=112]
so here is part of my code:
[php]
dim d as string
d = reader.readline()
colordialog1.color = d <----- need to convert
[/php]