bonjour ,

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
        If Integer.Parse(T_qtt1.Text) > Integer.Parse(T_qtt.Text) Then
            MsgBox("Quantité rendue supérieur à la quantité emprunté", MsgBoxStyle.Exclamation, "Information")
        End If
avec ce code, il me trouve que 2 est plus grand que 11 ...

quelqu'un saurait pourquoi?