I am new to WinForms.
When I am trying to implement the masked text box, I got one error.
I want a mask of 00-00-1900 where 00 handle any number, but 19 is fixed and cannot be overwritten by the user. How do I do that?
Examples of valid input are 19-12-1988 and 12-01-1958.
00-00-1900 in Mask Take --1___ Because 0 and 9 are the Masked text which refers, numeric.
You Just Right Click The Masked Text Box, And Go to Property. Click and Change Mask to 00-00-1\900.
You will get what you want.