Hi all,
is there a way I can count the number of characters in a text box, for example:
abcd = 4
any ideas appreciated!
Printable View
Hi all,
is there a way I can count the number of characters in a text box, for example:
abcd = 4
any ideas appreciated!
Hi there,
vb.net Code:
Me.TextBox1.TextLength
Exactly what I needed,
many thanks!
You are certainly welcome. :bigyello: