Results 1 to 6 of 6

Thread: [RESOLVED] Read Multiline txt's

Threaded View

  1. #1

    Thread Starter
    Lively Member TETYYS's Avatar
    Join Date
    May 2010
    Location
    Spam Land
    Posts
    116

    Resolved [RESOLVED] Read Multiline txt's

    I Know How To Save Multi Line Txt's
    vb.net Code:
    1. System.IO.File.WriteAllText(OpenFileDialog1, RichTextbox1.text & vbCrLf & RichTextbox1.text & vbCrLf & Label1.text)
    But How To Get/Read It Like
    vb.net Code:
    1. RichTextbox1.text = 'Some Multiline Read Code
    Last edited by TETYYS; Sep 6th, 2010 at 01:10 PM.

    500 B.C. - 2011
    Quote Originally Posted by techgnome View Post
    VB's ' has twice the power of C's / ... that's why it takes two / to equal one '

    -tg

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