Quantcast
Channel: Visual Studio General Questions forum
Viewing all articles
Browse latest Browse all 21115

How to detect how many characters are in a textbox?

$
0
0

I am writing a very basic program for one of my classes at Cal Poly Pomona

I need a function that will detect and output how many total characters are in a textbox.

Can I use the InStr function? Like, for example

Instr(1, textboxname.text, x*) where x* is something that will detect the end of the textbox characters?

Thanks for reading!


Viewing all articles
Browse latest Browse all 21115

Trending Articles