Hello .
I used thiw code on the KeyPress event
KeyAscii = Asc(UCase(Chr$(KeyAscii)))
I had no problem in Win 98.Now in Win Xp I got the message:
"Run time error '5'
Invalid procedure call or argument."
Does anyone know how to solve this;
Thanks
I used thiw code on the KeyPress event
KeyAscii = Asc(UCase(Chr$(KeyAscii)))
I had no problem in Win 98.Now in Win Xp I got the message:
"Run time error '5'
Invalid procedure call or argument."
Does anyone know how to solve this;
Thanks