Results 1 to 4 of 4

Thread: code that display data in newline in the textbox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2007
    Posts
    139

    code that display data in newline in the textbox

    who know the code that display data in newline in the textbox?
    A very thanks for immediate help. Thanks you for reading
    Last edited by qiqinuinaifen128; Dec 1st, 2007 at 10:25 AM.

  2. #2
    Addicted Member xavierjohn22's Avatar
    Join Date
    Oct 2006
    Location
    Approx. 4921' and 3.11" asl
    Posts
    249

    Re: code that display data in newline in the textbox

    Code:
    Text1.Text = "FIRST LINE" & vbCrLf _
                   & "SECOND LINE"

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2007
    Posts
    139

    Re: code that display data in newline in the textbox

    thank you. can work already^_^
    Last edited by qiqinuinaifen128; Dec 1st, 2007 at 10:26 AM.

  4. #4
    Member
    Join Date
    Jul 2007
    Posts
    51

    Re: code that display data in newline in the textbox

    Code:
    text1.text = text1.text & data & vbcrlf

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