G
Guest
I am having trouble understanding how to use different properties. For
example, I have a maskedtext box on a form. Lets call it msk1. I want to
remove the mask from msk1. I figured out to do the following:
msk1.textMaskFormat=maskFormat.ExcludePromptAndLiterals
However, I don't understand why the following doesn't work.
msk1.textMaskFormat.ExcludePromptAndLiterals
To put it simply, I am having trouble understanding how to use a lot of the
properties or methods.
Could somebody please explain or give me a link to documentation that
explains what I am asking? Please don't say buy a book. I have looked at
different books, but obviously not clueing into this information. Therefore,
I wouldn't know exactly what to read again.
Thank you
example, I have a maskedtext box on a form. Lets call it msk1. I want to
remove the mask from msk1. I figured out to do the following:
msk1.textMaskFormat=maskFormat.ExcludePromptAndLiterals
However, I don't understand why the following doesn't work.
msk1.textMaskFormat.ExcludePromptAndLiterals
To put it simply, I am having trouble understanding how to use a lot of the
properties or methods.
Could somebody please explain or give me a link to documentation that
explains what I am asking? Please don't say buy a book. I have looked at
different books, but obviously not clueing into this information. Therefore,
I wouldn't know exactly what to read again.
Thank you