I am using .Net and I want to make a specific part of a label a different text color then the label it self.
Ex.
The labels forecolor is Blue but I want the part "objquote.Count .Tostring" part to be red.
I dont want to use multiple labels.
Ex.
Code:
lblresults.Text = "We found " + objquote.Count.ToString + " results."
I dont want to use multiple labels.
Comment