I'm using a masked edit box to take a currency formatted input. I'm having problems getting it to do anything at all! Here is what I'm wanting it to do:

When you first start Program, $0.00 should be there.
If the user hits "1", it should now read $0.01
If the user hits "2", it should now read $0.12
If the user hits "4", it should now read $1.24
If the user hits "5", it should now read $12.45

How can I accomplish this?

Thank you very much for the help!!