Add the following code in the form, enter the carriage return to TAB
Protected Overrides Function ProcessCmdkey (byref msg as system.windows.forms.Meys, Byval KeyData as system.windows.forms.keys) as boolean
IF keydata = keys.enter then
SendKeys.send ("{tab}")
EXIT FUNCTION
END IF
END FUNCTION