Problema:
Dabar gaunu tekstą:
Tekstas: vienas du trys
Noriu gauti taip:
Tekstas:
vienas
du
trys
Sprendimas:
Pridėkite tokį kodą:
tbNotes.Text = tbNotes.Text.Replace(vbLf, "
" + vbCrLf)
tbNotes.Text = tbNotes.Text.Replace(vbCrLf, "
" + vbCrLf)
tbNotes.Text = tbNotes.Text.Replace(vbNewLine, "
" + vbCrLf)
http://stackoverflow.com/questions/9208822/how-can-i-change-the-linebreaks-from-a-multiline-textbox-to-html-br-tags
Komentarų nėra:
Rašyti komentarą