Get text "literally" from a TextBox
- From: "Freddy Coal" <freddycoal@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 2 Jul 2008 18:26:14 -0500
Hi, I would like make a search and replace in a file, for that I need get
the text in a textbox, but I need recognyze literally characters of the user
like a commands, for example:
The chain of the user is: "Hello world" & chr(64) & vbcrlf
If I capture the textbox, I get: ""Hello world" & chr(64) & vbcrlf"
But I would like get the string: "Hello world@" & vbcrlf
How make that?.
Thanks in advance.
Freddy Coal
.
- Follow-Ups:
- Re: Get text "literally" from a TextBox
- From: Patrice
- Re: Get text "literally" from a TextBox
- Prev by Date: Re: encoding.ascii
- Next by Date: Re: encoding.ascii
- Previous by thread: Marshalling: GCHandle Pinning vs Marshal.PtrToStruct & StructToPtr?
- Next by thread: Re: Get text "literally" from a TextBox
- Index(es):
Loading