Hello, What ive done so far is make 1 textbox show the current hash code of the colour, and it works..
But what i want to do is, In another textbox, you type in a hash code and the color dialog loads the color of that hash code.. Not work!
Ive tried..
X
X
X
Please help..
But what i want to do is, In another textbox, you type in a hash code and the color dialog loads the color of that hash code.. Not work!
Ive tried..
VB.NET:
ColorDialog1.Color.GetHashCode(Textbox1.Text)
X
VB.NET:
ColorDialog1.Color = Textbox1.Text
X
VB.NET:
ColorDialog1.GetHashCode(Textbox1.Text)
X
Please help..