I am trying to use the TextChanged event with a AxMaskEdBox and the message I get is:
"The TextChanged event is not valid on this ActiveX control."
Is there a different event I can use to detect a change in the control's contents?
Thanks in advance
Printable View
I am trying to use the TextChanged event with a AxMaskEdBox and the message I get is:
"The TextChanged event is not valid on this ActiveX control."
Is there a different event I can use to detect a change in the control's contents?
Thanks in advance
I just discovered that the TextChanged event has been replaced with the Changed event. Problem solved.
Cheers
Hi,
can you change the BackColor:
AxMaskEdBox1.BackColor = Color.Blue
Have a nice day