Hello,
I have a numeric text field that allows 000 to 999. I would like to use a SpinButton control to allow users to enter the number. However, if the number is less than 100 it needs to be padded on the left with the zero character. i.e. 5 needs to be 005, 51 needs to be 051. The SpinButton control does not seem to allow for this. Is there any other option out there that I might be able to use?
Thanks for your help.
George
I have a numeric text field that allows 000 to 999. I would like to use a SpinButton control to allow users to enter the number. However, if the number is less than 100 it needs to be padded on the left with the zero character. i.e. 5 needs to be 005, 51 needs to be 051. The SpinButton control does not seem to allow for this. Is there any other option out there that I might be able to use?
Thanks for your help.
George