my OCR copy text to a TextBox with “” at end, “” acts like enter key. Is it possible to replace it to something or remove it? For example, I want to copy number “1000” to my text box with OCR but I get “1000”(it’s a little different boxes, I couldn’t copy exact ones here). And I can’t do, because is an "enter key" and what I get looks like that:Code:TextBox2.Text = TextBox2.Text.Replace("", "")
Please help. I can't get rid of themCode:TextBox2.Text = TextBox2.Text.Replace(" ", "")![]()




Reply With Quote