2006-05-15 08:57:10最愛五月天的櫻桃

FI1

Private Sub Command1_Click()
If Text1.Text Mod 2 = 0 Then
Label2.Caption = "此數是一個偶數"
Else
Label2.Caption = "此數是一個奇數"
End If
End Sub

Private Sub Command2_Click()
Label2.Caption = ""
Text1.Text = ""
Text1.SetFocus
End Sub

Private Sub Command3_Click()
End
End Sub