I'm trying to use a Masked Edit Box on my form and then trying to get the (Text) from it.... but in my debug window it's empty.
VB Code:
Debug.WriteLine("AxMaskEdBox1.Text is " & AxMaskEdBox1.Text)
debug window.
AxMaskEdBox1.Text is (blank)
How do I get what I type into the MaskEditBox to show up so I can do some validation.
Thanks.




Reply With Quote