When building Windows Forms application you may want to use a tab or return key to navigate on your textboxes.This code shows how to do it.
First register your keyDown event to your object KeyEventHandler. Like this example for a textbox calls IdTbx. Localize the property setting of the IdTbx then add the KeyDown event.
this