I have gone to the trouble of formatting my text like xml. I then assign it to a multi line text box i.e.
txtMultiLine.Text = myformattedText
if I display it in the immediate window (? txtMultiLine.Text) I see the text as I want it but the displayed text (in the text box) has 8 spaces for every 2 spaces in the immediate window.
Any ideas,
txtMultiLine.Text = myformattedText
if I display it in the immediate window (? txtMultiLine.Text) I see the text as I want it but the displayed text (in the text box) has 8 spaces for every 2 spaces in the immediate window.
Any ideas,