BlisdManYT

Code "Laden"

May 11th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. RichTextBox1.Text = ""
  2.         OpenFileDialog1.ShowDialog()
  3.         Dim textline As String
  4.         FileOpen(1, OpenFileDialog1.FileName, OpenMode.Input)
  5.         textline = LineInput(1)
  6.         RichTextBox1.Text = RichTextBox1.Text + textline + Chr(13) + Chr(18)
Advertisement
Add Comment
Please, Sign In to add comment