I need a text box with a mask for dates. I am trying to use MaskedEdit TextBox but got totally confused:
1. Text property is not set after I type text into the box
2. FormattedText is set but with prompt chars, even when PromptInclude = False
3. Once a mask is defined it appears in text box even after code:
txt.Mask=""
txt.Text=""
Can someone clarify?
1. Text property is not set after I type text into the box
2. FormattedText is set but with prompt chars, even when PromptInclude = False
3. Once a mask is defined it appears in text box even after code:
txt.Mask=""
txt.Text=""
Can someone clarify?