masked edit box
I added a masked edit box to my application, but when I try displaying its content simply by pressing a button (eg msgbox(myMaskedEditBox.Text)) the only thing I get is an empty message. When I fill in the text property of the box programmetically, I can't see the text in the box, but pressing the button does show me the content. What am I doing wrong?
Thank you for your help
Weisse

