Multi Line Text box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amruta

    #1

    Multi Line Text box

    I need to write something like this in the multi line text box dynamically as
    the value is obtained.

    how can i do it

    example:

    abce 1232 qwert asdfg qwqw
    ghdjhfj 685678 fkjdjfkd hh hjhjjhjh

    and so on

    Thank you
  • Herfried K. Wagner [MVP]

    #2
    Re: Multi Line Text box

    "amruta" <amruta@discuss ions.microsoft. com> schrieb:[color=blue]
    >I need to write something like this in the multi line text box dynamically
    >as
    > the value is obtained.[/color]


    Check out the control's 'Text' property, its parameterized 'Select' method,
    its 'SelectedText' property and its 'AppendText' method.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...