I want to stop the typing or insertion of text into a textbox or any control that the user can type in when the text area has reached a certain point. Counting characters or figuring character widths is not an option. I think what I need to know is the location of the caret so I can use that value to determine weather I should end any further typing or insertion of text.
↧