Hi!
I've been having trouble with the maskededitbox valuechanged event. Please check the following example:
It does not show the proper value.
Also, I'd like to know if there is a way to disable the increase/decrease value using the up/down arrows.
Thanks for your help.
I've been having trouble with the maskededitbox valuechanged event. Please check the following example:
Private Sub RadMaskedEditBox1_ValueChanging(sender As Object, e As System.ComponentModel.CancelEventArgs) Handles RadMaskedEditBox1.ValueChangingMessageBox.Show("Value=" & RadMaskedEditBox1.Value)End SubIt does not show the proper value.
Also, I'd like to know if there is a way to disable the increase/decrease value using the up/down arrows.
Thanks for your help.