masked edit control - in vb.net

L

larry

hi,
using the masked edit control in vb.net, I have a control
named
mskbanknum
when i set
mskbanknum.text = "125"
the value "125" is not displayed in the vb.net form

the debugger verify's that the value of mskbanknum.text
actually is "125"

why can I not see the value in the control after it is set
programatically?
 
H

Herfried K. Wagner [MVP]

Hello,

larry said:
using the masked edit control in vb.net, I have a control
named
mskbanknum
when i set
mskbanknum.text = "125"
the value "125" is not displayed in the vb.net form

the debugger verify's that the value of mskbanknum.text
actually is "125"

You already posted to the Windows Forms group...

:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top