K
kimiraikkonen
I want to ask how to accept more than "one" values typed into a
textbox...
For example:
If TextBox1.Text = "Google" Then
MsgBox("You're RIGHT", vbInformation, "Great")
Else : MsgBox("You're WRONG", vbCritical, "Bad")
The question is because VB.NET is not case sensitive as i detected
(maybe wrong, don't know), instead of "Google", i want my program
accept also "gOOgle" or "GOOGLE" or "GoOgGLe"....
How to declare equality or these type of strings?
Thanks.
textbox...
For example:
If TextBox1.Text = "Google" Then
MsgBox("You're RIGHT", vbInformation, "Great")
Else : MsgBox("You're WRONG", vbCritical, "Bad")
The question is because VB.NET is not case sensitive as i detected
(maybe wrong, don't know), instead of "Google", i want my program
accept also "gOOgle" or "GOOGLE" or "GoOgGLe"....
How to declare equality or these type of strings?
Thanks.