Related resources for MaskedTextBox
  • MaskedTextBox In C#9/7/2018 9:27:48 AM. In this article, I will discuss how to create a MaskedTextBox control in Windows Forms at design-time as well as run-time.
  • WPF MaskedTextBox Control9/29/2012 5:58:26 AM. A MaskedTextBox allows us to apply mask to a TextBox. This article demonstrates how to use the MaskedTextBox control in a WPF application using C# and XAML.
  • Windows Forms 2.0 MaskedTextBox Control7/1/2009 8:21:44 AM. The MaskedTextBox control is a TextBox with mask feature, which allows you to set the format of the data of TextBox such as zip code, date, time, social security, and phone number.
  • Masked TextBox Control6/29/2009 5:09:51 AM. This Masked Edit TextBox intelligent user control enhances the function of TextBox control, which can mask the Date, IP Address, SSN, Phone number, digit, decimal and check the validation, automatically set delimit location.
  • Generic DataGridView7/12/2006 8:21:42 AM. DataGridView is a new control which is more flexible for coding than simple datagrid. However, there are a lot of developer having diffulties about DataGridView Calendar, Mask, ComboBox and also validations.
  • Masked Currency TextBox for Visual Studio 2005 Beta2/25/2006 12:57:23 AM. There are some problems with the behavior of the current beta version of the MaskedTextBox when you are using currency. This article will show you how to overcome this behavior with an overriding control.