Private Sub Command1_Click()

Label1.Caption = "비쥬얼베이직 우왕굳"

End Sub

Private Sub Command2_Click()

Label2.Caption = "이것은 바로 응용인 것이다."

End Sub

Private Sub Command3_Click()

Label3.Caption = "프갤럼아 존나 쉽다. ㅋㅋㅋ"

End Sub

Private Sub Command4_Click()

Label4.Caption = "우헤헹헹헹"

End Sub

Private Sub Command5_Click()

Label5.Caption = "나랏말쌈이 듕굴렁차라"

End Sub

Private Sub Command6_Click()

Label6.Caption = "헛...이런.. 개념이 있낭?"

End Sub

Private Sub Command7_Click()

Label1.Caption = "비쥬얼베이직 우왕굳"

Label2.Caption = "이것은 바로 응용인 것이다."

Label3.Caption = "프갤럼아 존나 쉽다. ㅋㅋㅋ"

Label4.Caption = "우헤헹헹헹"

Label5.Caption = "나랏말쌈이 듕굴렁차라"

Label6.Caption = "헛...이런.. 개념이 있낭?"


End Sub

Private Sub Form_Load()
Left = (Screen.Width - Width) / 2
Top = (Screen.Height - Height) / 2
End Sub