I\'m looking for a way to display multiple colors in a single C#/.NET label. E.g the label is displaying a series of csv separated values that each take on a color dependin
Try this,
labelId.Text = "Successfully sent to" + " " + name + "";