Re: How to assign a very long string to a variable ?
- From: "Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
- Date: Wed, 3 Aug 2005 10:22:28 -0400
> I just want to paste the string out of a text editor with Ctrl_V into
the
> source. In case this is not possible I will search for a control for
wich a
> text property can be assigned with Ctrl_V in design mode. This would
enable
> to retrieve the long string in run time.
I may have misunderstood what you were after in your first message. You
can do what you have asked above using the Text property field in the
Properties window at design time. IF your text is properly formatted
before you copy it to the Clipboard, and if your TextBox is set to
MultiLine=True, then click on the Text property field and an entry box
will come up... just remove the default text that is alread there and
Paste (Cntrl+V) your new text into the box... it will retain the
original formatting.
Rick
.
- Follow-Ups:
- Re: How to assign a very long string to a variable ?
- From: Oscar
- Re: How to assign a very long string to a variable ?
- From: Ken Halter
- Re: How to assign a very long string to a variable ?
- References:
- How to assign a very long string to a variable ?
- From: Oscar
- Re: How to assign a very long string to a variable ?
- From: Rick Rothstein [MVP - Visual Basic]
- Re: How to assign a very long string to a variable ?
- From: Oscar
- How to assign a very long string to a variable ?
- Prev by Date: Re: datagrid format
- Next by Date: Cant tab from textbox to textbox in VB6
- Previous by thread: Re: How to assign a very long string to a variable ?
- Next by thread: Re: How to assign a very long string to a variable ?
- Index(es):
Relevant Pages
|