A voir également:
- Argument trop nombreux pour public sub show
- Usb show - Télécharger - Sauvegarde
- Show key plus - Télécharger - Utilitaires
- Ip public - Guide
- Réseau public ou privé ✓ - Forum Réseau
- Réseau public ou réseau privé? - Forum Réseau
4 réponses
Bonjour,
Effectivement ya trop d'argument pour la fonction show().
Essais plutôt If afficher.Text = f Then
var.Show("your gender is f")
Effectivement ya trop d'argument pour la fonction show().
Essais plutôt If afficher.Text = f Then
var.Show("your gender is f")
dim f as string = female
dim m as string = male
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If afficher.Text = "f" Then
label1.show = ("your gender is " f)
End If
If afficher.Text = "m" Then
label1.show = ("your gender is " m)
End If
End Sub
dim m as string = male
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If afficher.Text = "f" Then
label1.show = ("your gender is " f)
End If
If afficher.Text = "m" Then
label1.show = ("your gender is " m)
End If
End Sub