Results 1 to 4 of 4

Thread: [RESOLVED] VB 2008 Replacing characters with no visual representation

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2009
    Posts
    127

    Resolved [RESOLVED] VB 2008 Replacing characters with no visual representation

    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
    Code:
     TextBox2.Text = TextBox2.Text.Replace("", "")
    , 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 them
    Last edited by nusaki; Jul 9th, 2009 at 07:13 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width