Solution found - it was a problem with the type of textbox I was using in VB.Net, should have used a "RichTextbox". Normal textboxes in VB.Net will not recognise line feeds as used in xml documents.
↧
Solution found - it was a problem with the type of textbox I was using in VB.Net, should have used a "RichTextbox". Normal textboxes in VB.Net will not recognise line feeds as used in xml documents.