Quantcast
Channel: Capturing Line Feed character in a Windows Forms TextBox - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Steve for Capturing Line Feed character in a Windows Forms TextBox

I think that you need to set the MultiLine property of the text box to True Using a textbox with its default value for Multiline (false) strips away the newline chars

View Article



Capturing Line Feed character in a Windows Forms TextBox

I have a Windows Forms application containing a TextBox. After I focus on the TextBox, I use a USB barcode scanner to read out a barcode string which always starts with a Line Feed (LF) character. The...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images