using ENTER key to move to the right cell datagridview

  • Thread starter Thread starter BisterBooster
  • Start date Start date
B

BisterBooster

Hi,

Can someone help me for next problem
How to for using ENTER key to move to the right cell instead of the TAB key


Many thanks in advance
Marc.
 
Well ,,,

This would do the trick :
you could just set the keypreview property of the form to true and thus
catch the enter key and send a tab with the sendkeys method

regards

michel posseth [MCP]
 
Back
Top