Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Public Class Form1
  2.  
  3.     Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  4.         TextBox1.Text = "我愛學VB" & vbNewLine
  5.         TextBox1.Text &= "VB真是簡單" & vbCrLf
  6.         TextBox1.Text &= "!!!!!!!"
  7.     End Sub
  8. End Class