I am developing an app which reads the info from a barcode scanner then parses the information.
when I scan the information into a text box the '\n' line feed character is being filtered out from the textbox. I have made accept returns = true but in still getting the same issue.
when I scan the information into notepad I am getting the \n line feed character so I know it is present. I also get \r\n which are different from the line feeds which my application is able to read.
my question is, how can I make the text box accept line feeds