Hi all Here is how I handle numbers only input for a text field. Sub txtField_TextChanged (Old As String, New As String) Dim update As Boolean Try Dim text As String = Regex.Replace("\D",New,"") If New text Then update = True End If Catch...
www.b4x.com
Is not a mask edit field... but is a way to limit and accept only the regex you want... it is a way....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.