05-05-2013, 10:14 AM
I tested the code in a sample application very similar to yours, and I produced the wanted results. Are your text boxes named anything different from the standard KrypronTextBox ?
Either way, since this is only working with a number of the text box selection, the problem most likely lies within the Handles statement after the sub declaration. Be sure that all the text box's TextChanged events are linked to this sub.
Either way, since this is only working with a number of the text box selection, the problem most likely lies within the Handles statement after the sub declaration. Be sure that all the text box's TextChanged events are linked to this sub.