
Problem with Multi-Line Textbox
Hello,
You need to parse the data as it comes in and replace the bar with a
vbCrLf. Then let it pass to the multi-line textbox. A simple search and
replace should do the trick for you.
Good Luck
Quote:
> Ok, here's the deal. I've got a application that receives some data
> from the internet and then I put it in a multi-line text box. The
> problem is for some reason the carriage returns and line feeds show up
> in the text box as bars instead of actual returns. Does anyone know how
> to fix this?
> Thanks in advance.