Try this:

Code:
If e.Keycode = Keys.Enter Then
Button1.ProcessClick();
End If
It's something like that. Is that what you wanted?