S
Sam
Hi,
How can I assign the content of a string variable to the Rtf property
of a richtextbox :
Dim message As String = txtMessage.Rtf & "[" &
DirectCast(lstFields.SelectedItem, Field).FieldName & "]"
txtMessage.Rtf = "{\rtf1\ansi message}"
This displays 'message' instead of its content
Thx
How can I assign the content of a string variable to the Rtf property
of a richtextbox :
Dim message As String = txtMessage.Rtf & "[" &
DirectCast(lstFields.SelectedItem, Field).FieldName & "]"
txtMessage.Rtf = "{\rtf1\ansi message}"
This displays 'message' instead of its content

Thx