Hello Everybody,
I might not have phrased my title accurately but what I need is to input a string in VB (visual basic) and display its length as I type it. I have declared the string as follows:
DIM TextString As String
..............
TextString = InputBox("Feedback", "Enter your message Here.")
However, I can only determine the length of the input string after pressing OK, meaning that I cannot display the length as I type! The user must know how many characters he's typed AS HE TYPES, not find out once when he's pressed the return key.
I'd be very glad to receive any meaningful contributions.
Cheers,
Ben (Cape Town)