CodeItBetter Programming Another VB Programming Blog

How do I find the number of characters in a text box?

Posted on January 4, 2009
1
2
'Controls - How do I find the number of characters in a text box?
Debug.Print Len(Text1.Text)

Related posts:

  1. How to Ignore Specific Characters in TextBox
  2. How to Count the Number of lines in a Text Box
  3. How to add a New Line to Existing Text Box Text Programmatically
  4. How to select the content of text box when entering into it.
  5. How to Validate a text box using Like operator
  6. How to select all text with Ctrl+A in a text box
  7. How to allow users to increase and decrease the value using Up and Down arrow keys in a text box
  8. How to get the currently Selected Text in Rich Text Box
  9. How to control what type of alphanumeric character is entered into a text box at a particular postion in the text box.
  10. How to count number of characters in RTF except crlf and spaces? (in two ways)

Filed under: Controls Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.