Re: Using input mask for text box in vb6
From: Rick Rothstein (rickNOSPAMnews_at_NOSPAMcomcast.net)
Date: 06/07/04
- Next message: Jim Carlock: "Re: VB DLL won't die"
- Previous message: Bob Butler: "Re: Command that detect the calling form"
- In reply to: Allen: "Using input mask for text box in vb6"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 6 Jun 2004 20:21:24 -0400
Although, personally, I hate the control, you can use a Microsoft Masked
Edit Control (Project/Components from VB's menu) for the phone numbers
and SS#, but I'd use a DatePicker control (Project/Components from VB's
menu and select "Microsoft Windows Common Controls-2" from the list; the
DatePicker, called DTPicker, is in that collection of controls) for the
date entry. This control presents a full month view for your user to
select from... no chance of any confusion that way and you can format
the value selected by the user anyway you want to.
Rick - MVP
"Allen" <anonymous@discussions.microsoft.com> wrote in message
news:115C1F84-5FBE-464E-92BD-10C2804ACDDB@microsoft.com...
> Is there any way to put or use input mask for text boxes in vb6. I
need to make sure that dates, phone numbers, and ss# are inputed right
into the database.
- Next message: Jim Carlock: "Re: VB DLL won't die"
- Previous message: Bob Butler: "Re: Command that detect the calling form"
- In reply to: Allen: "Using input mask for text box in vb6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|