Private Sub Command1_Click()
Text1.Text = UCase(Text1.Text)
End Sub
Private Sub Command2_Click()
Text1.Text = LCase(Text1.Text)
End Sub
Private Sub Form_Load()
Text1.Text = "/question/95249618.html?fr=rpy_push"
Command1.Caption = "大寫"
Command2.Caption = "小寫"
End Sub
已經運行過。