Bonjour, voila je bataille depuis maintenant 2 jours et je ne trouve pas de solution. Ni par moi même ni sur internet !
voici mon problème
le code :
Quand je veux faire l'un des 2 calculs, y a en 1 qui ne fonctionne pas
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click TextBox90.Text = Val(TextBox3.Text) * Val(TextBox44.Text) TextBox136.Text = Val(TextBox90.Text) * Val(TextBox107.Text) Val(TextBox107.Text) TextBox90.Text = Val(TextBox4.Text) * Val(TextBox44.Text) TextBox136.Text = Val(TextBox90.Text) * Val(TextBox107.Text) - Val(TextBox107.Text) 'ainsi de suite ... End Sub
Comment faire pour qd il ya 2,3,4 .....
merci
bonne journée
Partager