Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VB.NEt 2010 simple code for which when a textbox gets filled

$
0
0
simple code for which when a textbox gets filled by 1 to 10+ numbers

the logic is like,

if textbox.text = 1 or 2 or 3 or 4 ( the numbers are the number characters typed )
then
...

ex. msgbox("hello")

is it something to do with <> ? and how..

Viewing all articles
Browse latest Browse all 27554

Trending Articles