The problem that I am having is I want the number in the profit lose label to turn red if the the number is negative.
I used this code and it turned all the labels red except the one that I wanted.
lbl.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold);
lbl.ForeColor = Color.Red;
any help would be greatly appreciated.

New Topic/Question
Reply




MultiQuote






|