Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
Hans Le Roy
Bonjour, Comme ceci, non? Private Sub Text1_Change() If Len(Text1.Text) >= 4 Then If MaFonction(Text1.Text) Then '... End If End If End Sub A+ Hans "phg13" wrote in message news:bjhh4p$jqq$
Bonjour,
J'ai un champs texte ou j'aimerais rentrer 4 caracteres et que la confirmation ou l'evenement click se déclenche une fois le 4 em
caractere
saisie
Merci
Bonjour,
Comme ceci, non?
Private Sub Text1_Change()
If Len(Text1.Text) >= 4 Then
If MaFonction(Text1.Text) Then
'...
End If
End If
End Sub
A+
Hans
"phg13" <phg13@vb.com> wrote in message
news:bjhh4p$jqq$1@s1.read.news.oleane.net...
Bonjour,
J'ai un champs texte ou j'aimerais rentrer 4 caracteres et que la
confirmation ou l'evenement click se déclenche une fois le 4 em
Bonjour, Comme ceci, non? Private Sub Text1_Change() If Len(Text1.Text) >= 4 Then If MaFonction(Text1.Text) Then '... End If End If End Sub A+ Hans "phg13" wrote in message news:bjhh4p$jqq$
Bonjour,
J'ai un champs texte ou j'aimerais rentrer 4 caracteres et que la confirmation ou l'evenement click se déclenche une fois le 4 em
caractere
saisie
Merci
Ledev
Hans Le Roy wrote:
Bonjour, Comme ceci, non? Private Sub Text1_Change() If Len(Text1.Text) >= 4 Then If MaFonction(Text1.Text) Then
'Pour déclenchez l'évènement cmdMonBouton_Click
End If End If End Sub
a+
Hans Le Roy wrote:
Bonjour,
Comme ceci, non?
Private Sub Text1_Change()
If Len(Text1.Text) >= 4 Then
If MaFonction(Text1.Text) Then