- Yasaklandı
- #1
Onaylı Üye
Evet Beyler
3 timerimiz var 1 checkbox timer 1 X1 2 X2 3 X3
Öncleikle ComboBox u enabled false yapcan
sonra checkbox a şu kodu girecen
If Checkbox1.Checked = True Then
ComboBox1.Enabled = True
End If
If Checkbox1.Checked = False Then
ComboBox1.Enabled = False
End If
ComboBox Kodları
If ComboBox.Text = "Jump X1" Then
Timer1.Start
Timer2.Stop
Timer3.Stop
End If
If ComboBox.Text = "Jump X2" Then
Timer2.Start
Timer3.Stop
Timer1.Stop
End If
If ComboBox.Text = "Jump X1" Then
Timer3.Start
Timer2.Stop
Timer1.Stop
End If
Bu Kadar Yani Bundan Kolay Ne var
?
3 timerimiz var 1 checkbox timer 1 X1 2 X2 3 X3
Öncleikle ComboBox u enabled false yapcan
sonra checkbox a şu kodu girecen
If Checkbox1.Checked = True Then
ComboBox1.Enabled = True
End If
If Checkbox1.Checked = False Then
ComboBox1.Enabled = False
End If
ComboBox Kodları
If ComboBox.Text = "Jump X1" Then
Timer1.Start
Timer2.Stop
Timer3.Stop
End If
If ComboBox.Text = "Jump X2" Then
Timer2.Start
Timer3.Stop
Timer1.Stop
End If
If ComboBox.Text = "Jump X1" Then
Timer3.Start
Timer2.Stop
Timer1.Stop
End If
Bu Kadar Yani Bundan Kolay Ne var