I have problem with pasting data to textBox. I want to parse entered text to replace all newLines, but when I try to paste some text, let's say:
1234
5678
9000
I only get first line. Is there any easy way or I have to somehow overwrite ctrl + v shortcut and parse what im trying to input?
textbox.Multiline = truethat way you get more then the first line