Where is MaskEditBox Control in VB.Net ? 
Author Message
 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 ?

Best Regards,

Luqman



Sun, 27 Feb 2005 04:31:54 GMT  
 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)



Sun, 27 Feb 2005 23:00:12 GMT  
 Where is MaskEditBox Control in VB.Net ?
http://www.c-sharpcorner.com/winforms/MaskedTextBoxJP.asp

The code is C#.  I could not find one in VB.NET.


Quote:

> 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...
rlsamp1.asp
Quote:

> The alternative (which I can't really recommend) is to use the VB 6.0 Masked Edit
control.


> Microsoft MVP (Visual Basic)



Sun, 27 Mar 2005 20:51:25 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. I am learning VB.NET and am wondering....

2. i am using vb.net and crystal reports for visual studio.net

3. Really need help a bug with VS.Net and MaskEditBox

4. Is there a MaskEditBox replacement in .NET

5. I am writing a book about VB .NET, and I need your help you

6. MaskEditBox Control Problem

7. I am trying to update a record, i am not using data control

8. I am trying to update a record, i am not using data control

9. Masked Edit COM control appears only on first tab page of tab control in VB.NET

10. using VB.NET control in VB.6 as .ocx

11. VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application

12. ADO.NET with ASP.NET using VB.NET

 

 
Powered by phpBB® Forum Software