Home All Groups Group Topic Archive Search About

using ENTER key to move to the right cell datagridview

Author
12 Nov 2006 6:52 PM
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.

Author
12 Nov 2006 7:23 PM
Michel Posseth [MCP]
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]

Show quoteHide quote
"BisterBooster" <koek***@Nomail.be> schreef in bericht
news:eqHZ9zoBHHA.4844@TK2MSFTNGP02.phx.gbl...
> 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.
>
>
>
>
>
>
>
>
>
>
>