1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Private Sub OptionButton1_Change()
Label1 = ""
End Sub
Private Sub OptionButton2_Change()
Label1 = ""
End Sub
Private Sub OptionButton1_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
If Label1 <> "Ok111" Then
CoDe = "111"
CdAdmin.Show
End If
End Sub
Private Sub OptionButton2_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
If Label1 <> "Ok123" Then
CoDe = "123"
CdAdmin.Show
End If
End Sub
Private Sub OptionButton1_Enter()
e = OptionButton1
End Sub
Private Sub OptionButton2_Enter()
e = OptionButton2
End Sub |
Partager