Hi,
I'm trying to put a MaskedTextBox in which users can type a decimal number like a money amount i.e. 12345678.99 i put 99999999.00 in the "Mask" property but i dont like the way it works with the dot... they have to move the keyboard's cursor to the dot after typing the amount to write...
Examples of what i want:
type '123^ . ' then press the dot, the cursor moves to the dot ready to write decimals like this ' 123.^ '
type ' 123^ . ' then press the dot, the cursor moves to the dot ready to write decimals like this ' 123.^ '
the ^ represents the position of the keyboard cursor.
Any idea on how to achieve this?
thanks
I'm trying to put a MaskedTextBox in which users can type a decimal number like a money amount i.e. 12345678.99 i put 99999999.00 in the "Mask" property but i dont like the way it works with the dot... they have to move the keyboard's cursor to the dot after typing the amount to write...
Examples of what i want:
type '123^ . ' then press the dot, the cursor moves to the dot ready to write decimals like this ' 123.^ '
type ' 123^ . ' then press the dot, the cursor moves to the dot ready to write decimals like this ' 123.^ '
the ^ represents the position of the keyboard cursor.
Any idea on how to achieve this?
thanks