> Try this: > > After you press Alt-A click on somewhere in the form (in the actual form > not another control) and press Alt-B. > Does it jump to Textbox B now? Nope. But using the Form_KeyRelease() event instead of Form_KeyPress() works as I wanted.