Dim strTxtHeader As String = strItem.PadLeft(25) & strQuantity.PadLeft(35) & strPrice.PadLeft(15) & strSubTotal.PadLeft(15) & ControlChars.NewLine
I currently have that going into a regular text box in the form load event with this code
txtOutPut.Text = strTxtHeader
Is there a easy way to make each variable in the text header bold and underlined? I have not done any formatting in a rich text box yet. I am guessing this is easy to do but going over my head at the moment.

New Topic/Question
Reply



MultiQuote









|