Results 1 to 2 of 2

Thread: VB.net - How To Properly Validate and AutoFocus Multiple TextBoxes For a Phone #

  1. #1

    Thread Starter
    Banned
    Join Date
    May 2006
    Posts
    161

    VB.net - How To Properly Validate and AutoFocus Multiple TextBoxes For a Phone #

    Sometimes you want your end users typing a phone number in the correct format. And I don't know about you but I hate being on a form and having to press the tab key (or use the mouse) to get to the next text box...what a pain!

    So I created this sample for any of you. This auto focuses based on the length of the phone number and also handles extensions.

    Download this if you want to learn how to validate numbers compared with digits..etc etc...

    Got the idea from a bunch of dorks at sqlteam.com:

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=72349

    A basic issue they made out of something rather simple. DBA's
    Attached Files Attached Files
    Last edited by Hack; Sep 22nd, 2006 at 11:00 AM. Reason: Removed Compiled Code From Attachment

  2. #2

    Thread Starter
    Banned
    Join Date
    May 2006
    Posts
    161

    Re: VB.net - How To Properly Validate and AutoFocus Multiple TextBoxes For a Phone #

    Version 1.2...had to make a small fix..
    Attached Files Attached Files

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