I have a program that the user enters some data and then it creates a form letter and copys it to there clipboard
Some of the users came back and said they would like some parts of the letter to be underlined to help the people they are sending it to read it easier ( headlines etc)
I don't know of a way to mark something as underlined
im currently using
Clipboard.SetDataObject(sb.ToString(), true);
where sb is a string builder
Any idea on how to mark something as underlined?