G
Guest
Hi, All
Is it possible to convert input in the TextBox to Upper case, something
similare like in VB.6
Private Sub TextBox1_KeyPress(KeyAscii as Integer)
KeyAscii = Asc(UCase(Chr(KeyAscii)))
End sub
I need to display all input in Upper Case for the user during the typing
process.
Please, advice
elena
Is it possible to convert input in the TextBox to Upper case, something
similare like in VB.6
Private Sub TextBox1_KeyPress(KeyAscii as Integer)
KeyAscii = Asc(UCase(Chr(KeyAscii)))
End sub
I need to display all input in Upper Case for the user during the typing
process.
Please, advice
elena