
Where is MaskEditBox Control in VB.Net ?
Where is MaskEditBox Control in VB.Net ? If not, how can I make textbox
control behave like MaskEditBox and how can I create a mask in Textbox ?
There currently isn't one for VB.NET. You would need to add the functionality to a TextBox control.
This article should get you started:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwi...
The alternative (which I can't really recommend) is to use the VB 6.0 Masked Edit control.
Microsoft MVP (Visual Basic)