pour tes tests tu as rajouter l'appel à ta fonction de mise à jour dérriere tes optionbutton ?Citation:
Envoyé par Lucas42
Code:
1
2
3
4
5
6
7
8 Private Sub Option1_Click() ' OptionButton simulant Etat_van = 0 If Option1 = True Then Etat_van = 0 End If etatImg End Sub ...