Top "Maskedtextbox" questions

A useful .NET control that allows a user to display and edit values based on the mask defined.

Enter key pressed event handler

I want to capture the text from the textbox when enter key is hit. I am using WPF/visual studio 2010/.…

c# wpf user-interface textbox maskedtextbox
Convert Difference between 2 times into Milliseconds?

I have two masked TextBox controls and was wondering how I'd go about getting the time in each one and …

c# time maskedtextbox
How to get the jQuery MaskedInput unmask() function to work properly?

I am trying to have one input on my page that I would like to have a U.S. phone …

jquery jquery-plugins maskedtextbox data-masking
IP Address in a MaskedTextBox?

How can I use a MaskedTextBox to prevent the user from entering an invalid IP address? (I want it to …

c# .net maskedtextbox
Adding a format to the TextBox in asp.net

I need to format an asp.net text box in such a way that it accepts the user input only …

c# asp.net validation maskedtextbox
masked input not working in android mobiles?

I am using the digitalbush masked input jQuery plugin. It is working fine in web browsers and the iPhone browser …

android jquery jquery-plugins maskedtextbox
How to check if a MaskedTextBox is empty from a user input?

I'm using a MaskedTextBox, with the following short date Mask: "00/00/0000". My problem is that I wanna know when the control …

c# string winforms validation maskedtextbox
Verifying a date is valid in a masked textbox in vb.net. Also, allow masked textbox to be empty

I'm working in VB.Net. I have a Windows form in which I need to have users enter valid dates …

vb.net validation date maskedtextbox
Is there a reference for MaskEdit's masks?

I'm trying to make a semi-complex masking textbox in Delphi 7. I'm having problems in that I can't find any kind …

delphi delphi-7 maskedtextbox
C# Input validation for a Textbox: float

This supposedly easy task gave me some headache. I simply want to let the user enter any text that succeeds …

c# textbox floating-point validation maskedtextbox