I'm doing something like this in a windows control method:
return text.Insert(4, Environment.NewLine);
but then when I display text in my control, I see something like: asdf||asdf, where the "||" are some sort of thick black blocks.
Anyone know the reason why? Same thing happens if I use \r\n.
Thanks.
return text.Insert(4, Environment.NewLine);
but then when I display text in my control, I see something like: asdf||asdf, where the "||" are some sort of thick black blocks.
Anyone know the reason why? Same thing happens if I use \r\n.
Thanks.