j'ai un pbme dans mon code il n'accepte pas cette instruction:
il n'accepte pas "||"Code:
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