G
Guest
' hi all
' suppose i have this:
Dim strText As String = "Hello! <b>this</b> text <i>is</i> formatted"
' NOTE: i want the "this" to be bold and the "is" italic
' but when i do this:
Me.RichTextBox1.TextRTF = strText
' the the richtextbox shows a string exactly as typed above instead of
actually applying the formatting.
what am I doing wrong?
does anyone know if it's possible to get the results i'm expecting?
thx,
Zacho
' suppose i have this:
Dim strText As String = "Hello! <b>this</b> text <i>is</i> formatted"
' NOTE: i want the "this" to be bold and the "is" italic
' but when i do this:
Me.RichTextBox1.TextRTF = strText
' the the richtextbox shows a string exactly as typed above instead of
actually applying the formatting.
what am I doing wrong?
does anyone know if it's possible to get the results i'm expecting?
thx,
Zacho