Community discussion forum

[1607] Counting lines in a multi-line textbox

Tags:
  • 10 years ago

    This thread is for discussions of Counting lines in a multi-line textbox.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 5 years ago

    If I wanted to display each line itself, intead of the numbers, how would I get msgbox, to display the content.

  • 4 years ago

    I think I misunderstood you, but if you want to display the content of a multiline textbox, use this code:

    Code:
    MsgBox Text1.Text, , Me.Caption

    Change "Text1" to the name of your textbox

  • 4 years ago

    I think I misunderstood you, but if you want to display the content of a multiline textbox, use this code:

    Code:
    MsgBox Text1.Text, , Me.Caption

    Change "Text1" to the name of your textbox

  • 3 years ago

    Hi


    If I wanted to display each line in a multiline textbox, intead of the numbers, how would I get msgbox, to display the content

  • 3 years ago

    Hi


    If I wanted to display each line in a multiline textbox, intead of the numbers, how would I get msgbox, to display the content

  • 3 years ago

    Hi


    If I wanted to display each line in a multiline textbox, intead of the numbers, how would I get msgbox, to display the content

  • 3 years ago

    Quote:
    [1]Posted by MathiasRav on 7 Mar 2004 11:25 AM[/1]
    I think I misunderstood you, but if you want to display the content of a multiline textbox, use this code:
    Code:
    MsgBox Text1.Text, , Me.Caption

    Change "Text1" to the name of your textbox

  • 3 years ago

    Quote:
    [1]Posted by MathiasRav on 7 Mar 2004 11:25 AM[/1]
    I think I misunderstood you, but if you want to display the content of a multiline textbox, use this code:
    Code:
    MsgBox Text1.Text, , Me.Caption

    Change "Text1" to the name of your textbox

Post a reply

Enter your message below

Sign in or Join us (it's free).