Hi
Is it a particular word within a sentence? or just a label?
Label1.Font = New Font(Label1.Font, FontStyle.Underline)
You define a new font based on the old one i.e.
New Font(Label1.Font, FontStyle.Underline)
In otherwords the new font is based on the existing value but with underline
G_Waddell
Practically a Master Poster
619 posts since Nov 2009
Reputation Points: 107
Solved Threads: 93
Skill Endorsements: 5
Hi,
As far as I'm aware, you can not have different formats inside the one label.. looks like you will need to use something else.
G_Waddell
Practically a Master Poster
619 posts since Nov 2009
Reputation Points: 107
Solved Threads: 93
Skill Endorsements: 5