Sups,
The user is able to choose a backcolor for a label using common dialog control. Then i save the color into a txt file.
When the user opens the app again i read the color number from the txt file and put it as the backcolor of the label.
The problem is that no metter which color i'll choose, the backcolor of the label wont change!.
Ive checked my code and everything is fine, the code writes and reads from the file with no probs. The problem is that it cant convert the saved number of the color in the file to match ne color.
I guess its a Hex, Dec problem. What do to?