How can I use a diferent Font Style in some RichTextBox or TextBox or , why not , in a other controls .
For example I have a RTBox and I want to write the Title with Bold , and the user text with Italic .
For a moment I use this Code
RTBox.Text="NAME:" & rs!name & Chr(10) & "ADRESS:" & rs!adress
I want to see somthing like this:
NAME
bold)John Smith(italic)
CITY
bold)London(italic)
Thanks for any sugestion .
For example I have a RTBox and I want to write the Title with Bold , and the user text with Italic .
For a moment I use this Code
RTBox.Text="NAME:" & rs!name & Chr(10) & "ADRESS:" & rs!adress
I want to see somthing like this:
NAME
CITY
Thanks for any sugestion .