Enter Keywords:
1 - 10 of 82(0.013 seconds)
Sort By:
 
I am building a UserControl which contains a textbox.  I want to limit the number of characters entered into the textbox.  However, I am unable to enforce the Maxlength property of the textbox in t...
Zones: Visual BasicDate Answered: 10/23/2001 Rating: 8.6 Views: 0
I have a text field which I have set the maxlength to 12 characters. The problem is the user can put in as many characters as they want. Can any one explain why?
Zones: .NETDate Answered: 05/02/2003 Rating: 7.2 Views: 0
Hi, How to make something like: INPUT.inMaxLength {maxlength: 50}
Zones: CSSDate Answered: 10/13/2002 Rating: 8.0 Views: 0
I am trying to create a cutom dialog box similar to InputBox, with the exeption of being able to set a MaxLength for the text box. I added the dialog by clicking "add form" and choosing dialog. I c...
Zones: VB ControlsDate Answered: 01/11/2005 Rating: 7.8 Views: 0
I would like to format this text field so the user can enter paragraphs of information.  An 80 character wide by 40 character tall field.     As it is right now, the code below produces a skinny li...
Zones: JSPDate Answered: 12/04/2006 Rating: 9.4 Views: 0
Is there a way to set the maxlength of a field in a data grid contol?
Zones: VB DBDate Answered: 10/04/1998 Rating: 7.8 Views: 0
i need to write a function that will mimic the maxlength parameter in a textarea. any suggestions.
Zones: JavaScriptDate Answered: 05/13/2002 Rating: 7.2 Views: 0
Given a textbox on a form, with alignment left and maxlength 5, if I change the alignment in code (Text1.Alignment = vbRightJustify), the field accepts unlimited characters even though MaxLength is...
Zones: Visual BasicDate Answered: 01/29/2001 Rating: 7.8 Views: 0
I know that we can set the max. length of normal textbox. But how to do it for <textarea></textarea>?
Zones: HTMLDate Answered: 03/12/2001 Rating: 7.6 Views: 0
Hi, i have an Edit activex control, i want to stop the text property during design time from accepting any character when the text reachs its maxlenght. the only thing i success to do is to delete...
Zones: Windows MFCDate Answered: 06/28/2004 Rating: 9.0 Views: 0