Results 1 to 4 of 4

Thread: RESOLVED -counting characters

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2006
    Posts
    135

    RESOLVED -counting characters

    Hi all,

    is there a way I can count the number of characters in a text box, for example:

    abcd = 4

    any ideas appreciated!
    Last edited by CodeKiller; Jul 20th, 2007 at 09:12 AM. Reason: resolved
    ---------------------------------------------------
    VB 2003
    SQL Server 2000

  2. #2
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: counting characters

    Hi there,
    vb.net Code:
    1. Me.TextBox1.TextLength

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2006
    Posts
    135

    Re: counting characters

    Exactly what I needed,

    many thanks!
    ---------------------------------------------------
    VB 2003
    SQL Server 2000

  4. #4
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: RESOLVED -counting characters

    You are certainly welcome.

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