CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Posts
    103

    Lightbulb How to limit input in TextField??????

    If I want user to input just 10 characters or digits, no more or
    no less. How could I do???

  2. #2
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    137
    There is an example of this in the java tutorial:

    http://java.sun.com/docs/books/tutor...tml#validation

    Hope this helps you.

    Good Luck,
    Avi.

  3. #3
    Join Date
    Jan 2003
    Posts
    103
    Thanks.
    I will try!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured