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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top