VB.net

  • Thread starter Thread starter TD
  • Start date Start date
T

TD

Does VB.net 2003 have input masks that you can set for controls like
Microsoft Access has? I know VB6 didn't.

Thanks,
TD
 
TD said:
Does VB.net 2003 have input masks that you can set for controls like
Microsoft Access has? I know VB6 didn't.

No. VB.NET 2003 doesn't offer masked textboxes. Visual Basic 2005 will offer
this.

Until Visual Basic 2005 is released there are custom controls:

http://www.codeproject.com/vb/net/cpflexmaskeditbox.asp
http://www.codeproject.com/vb/net/maskedbox_control.asp
http://www.codeproject.com/cs/miscctrl/maskedcsedit.asp
http://www.codeproject.com/vb/net/ValidText.asp

Cheers

Arne Janning
 
VB 6 did. "Microsoft Masked Edit Control 6.0" - MSMask32.OCX

Actually, after searching MSDN, the only thing I could find was that.
And even then, it was listed under Visual Basic .Net reference for
legacy controls....
 
Arne Janning said:

Sorry,

this was not very precise.

It has nothing to do with VB.NET, it is the lack of support in the
Windows.Forms-Controls.

Cheers

Arne
 
If you set the "PasswrodChar" Property of a text box to "*" - then it will
work
 
TD said:
Does VB.net 2003 have input masks that you can set for controls like
Microsoft Access has? I know VB6 didn't.

You may have a look at www.componentone.com. They have many controls for
ActiveX and .NET. (e.g. Studio Enterprise for .NET) which include masked
input boxes.

Marco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top