In VB6 I was able to have several textboxes on a form and, using a combination of the keypress event and keyAscii, could automatically convert input to uppercase. In VB .Net keyAscii is no longer available. Could anybody tell me how I can do this at form level.