By pressing Enter key in Textbox moves to another one
By pressing Enter key in one textbox then moves to the next textbox
write the following code in Textbox1_keydown Event
if e.keycode = keys.enter then
sendkeys.send("{TAB}})
endif
Here whenever we press the enter key in the textbox1 then automatically we moves to the next textbox (that means next TabIndex).Sure it works.
Thanks & Regards
Narayana