I have a TextBox that shows text in italic, but when it is displayed in a RichTextBox, the text becomes regular.
Example: Richtextbox1.text = textBox1.text
textBox1 is italic, but when showed in the RichTextBox the font become regular!
How to keep it italic ?