level 9
金炎凤凰
楼主
Public Class Form1 Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnok.Click Select Case txtName.Text
Case "1"
txtName.Text = "Madras Yellow"
Case "1"
txtName.Text = "Sea Blue"
Case "1"
txtName.Text = "Morning Mist"
Case "1"
txtName.Text = "Passionate Purple"
Case Else
txtName.Text = "Red"
End Select
End Sub Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
Me.Close()
End Sub
End Class
2012年02月19日 07点02分
1
Case "1"
txtName.Text = "Madras Yellow"
Case "1"
txtName.Text = "Sea Blue"
Case "1"
txtName.Text = "Morning Mist"
Case "1"
txtName.Text = "Passionate Purple"
Case Else
txtName.Text = "Red"
End Select
End Sub Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
Me.Close()
End Sub
End Class
