VB.NET Simple TextBox Problem....help.....

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

Hey There~
I am a newer in VB.NET from HK.~

i am dealing with a School Project of a Crossword Puzzle.....
But i dont know how to work with a Text validation in the Text Boxes....
The algorithm is like the following:
Read input
If input = Ans
then Print("good Go on!")
else Print("wrong ans, try again")

seems easy, right?
but i can find out the solution...
someone plx help..=.=
 
Aaron said:
Hey There~
I am a newer in VB.NET from HK.~

i am dealing with a School Project of a Crossword Puzzle.....
But i dont know how to work with a Text validation in the Text Boxes....
The algorithm is like the following:
Read input
If input = Ans
then Print("good Go on!")
else Print("wrong ans, try again")

seems easy, right?
but i can find out the solution...
someone plx help..=.=
Please use a CompareValidator. You code this after your text box.
 
Nicole Schenk said:
Please use a CompareValidator. You code this after your text box.

but.....
excuse me?
code what?CompareValidator?
i dont really get ur meaning^^"
 
Back
Top