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?
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?