V
volume
Restricting a windows textbox (edit item) to digits only.
Is there a windows option, using .NET C#, to only allow a user to enter
digits ONLY? If so, what is the flag or setting? If no, what is the best
method to manually and robustly do it?
I have a windows form with an editbox that I only want user's to enter
digits.
Thanks in advance.
Is there a windows option, using .NET C#, to only allow a user to enter
digits ONLY? If so, what is the flag or setting? If no, what is the best
method to manually and robustly do it?
I have a windows form with an editbox that I only want user's to enter
digits.
Thanks in advance.