I am using a MaskedEditBox on a windows form for entering an alphanumeric code .The Mask I've create looks like: "AAAAAAAAAA". However, when I use the Mask, if i want to modify the code adding caracters on the begining of my code, it replace the caracters.
exemple:
Code: CODE
when i add "MY" on the begining, i have "MYDE".
Can i deactivate the insert mode to have "MYCODE"?
Thanks.