Hi,

In vb6, we can use KeyAscii = Asc(UCase(Chr(KeyAscii))) in the keypress event to convert any char into its uppercase when the key is pressed.

How to do this in vb.Net?

Please give me a help.


Thanks,

James