S
Steven Licciardi
In the meantime, could you not just do the following:
textbox1.text = textbox1.text.ToUpperCase
in the textbox.onchange event?
Steven
textbox1.text = textbox1.text.ToUpperCase
in the textbox.onchange event?
Steven