j'ai un pbme dans mon code il n'accepte pas cette instruction:
il n'accepte pas "||"
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 Function Verification() As Boolean Dim Bon As Boolean = True If (Me.Textlog.Text Is Nothing || Me.passtext.Text) Is Nothing Then Bon = False End If Return Bon End Function
Partager