J
jamesburkett
I'm trying to clear text from a MaskEditBox control.
I thought the format to delete it was:
'clear the mask
mskName.Mask = ""
'clear the text
mskName.Text = ""
'reassign the mask
mskName.Mask = "##:## ??"
this doesn't seem to work... what am I doing wrong? Thanks.
I thought the format to delete it was:
'clear the mask
mskName.Mask = ""
'clear the text
mskName.Text = ""
'reassign the mask
mskName.Mask = "##:## ??"
this doesn't seem to work... what am I doing wrong? Thanks.