Possible Duplicate:
Make portion of a Label's Text to be styled bold
What is the standard / best practices way to achieve the effect of text formatting within a label in a standard .NET Windows Forms Application?
For example, I want a label I would programatically change. However, I might want a particular word in the label to be bold.
Note: VB.NET answer preferred, C# okay.