Click to See Complete Forum and Search --> : masked edit box


Weisse
July 3rd, 2002, 05:14 PM
Hello!

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