In C#, WinForms how would you stop the following inputs:
0000000000001234556
0000.123456
00000123456.123456
|
In C#, WinForms how would you stop the following inputs: 0000000000001234556 0000.123456 00000123456.123456 |
|||
|
|
|
If you want 1234556 instead of 000000001234556
2nd option is use the
|
|||
|
|
|
You can override the Since you do not show code, I will not either |
|||
|
|
|
You could add an event handler to the |
|||
|
|