Does anyone know how to set the maskedtextbox to a currency format that actually works? I have set the mask to “$999,999.00” but the user input looks like this “$120,0__.__” instead of this “$___._12.00”. It seems like the maskedtextbox would be able to handle this type of input without using the keypress events to alter the text.