I am attempting to make a masked edit box that accepts an integer. Simply specifying MaskType of numeric accomplishes this. I do not want commas displayed as seperators though. Specifying a Mask of "g" for general accomplishes this. However, when one enters digits into the masked edit box, and then tries to backspace the digits are replaced with zeroes, and delete does not work at all.
So if I type "12345" I see "12345" in the text box. But if the "5" was a typo and I try to use backspace I get "12340", and if I try to use delete it does nothing at all.
So if I type "12345" I see "12345" in the text box. But if the "5" was a typo and I try to use backspace I get "12340", and if I try to use delete it does nothing at all.