Output1.Font = New Font(Output1.Font.Name, Output1.Font.Size, FontStyle.Underline)
Output1.Text = Output1.Text & Num3.Text & "n"
That's probably something you should have mentioned in the first place, don't you think? Are you using the Windows Forms RichTextBox or the Windows Presentation Foundation RichTextBox?Im using a rich textbox