Hi,
Just say I´d like this string:

Code:
string text = "Hello my friend";
Added to a label;

Code:
label1.text = text;
Now say, I´d like to format part of the string, bold.

How can I go about doing this? This is C# Winforms.

Thanks!.