Results 1 to 2 of 2

Thread: [2005] Validate user information

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2007
    Posts
    38

    [2005] Validate user information

    Whats the code to make a user input the date in proper format in a text box.

  2. #2
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: [2005] Validate user information

    Quote Originally Posted by new@this
    Whats the code to make a user input the date in proper format in a text box.
    You can use the DateTimePicker or MaskedEdit controls to do this. Just enter the date format you want to use in the property window and that's all you need to do.

    You can code for this in the events of the standard TextBox but it's a lot of unnecessary work.

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