I find this property useful but cannot find a direct replacement for it in vb.net. Is there one? Thanks
views:
39answers:
1
+1
A:
Just call maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals
before you get the text from the Text
property.
ho1
2010-06-16 10:26:37
That did the job, thanks
kjack
2010-06-16 10:46:01