using vs2008 c# winforms
Im using a masked textbox control and i cant figure out if there is a way to make it behave in a certain way on the form.
I want user to enter a number in the mask format of 900-000-000. I dont want the prompt char to be visible.
If i use a " " (space) as the prompt char the alignment of the entry in the box is variable until a number is entered because of the variable width of the space entry compared to the numbers. Eg it starts out as " - - -" instead of " - - -" until you enter numbers. How can i make the prompt char space out correctly in a fixed way so that there is no variable spacing or movement of the separator "-" as data is entered and that the prompt char is not visible. Like the way the masked entry for IP addresses works when entering in windows.
I hope thats clear.
thanks for any help