"Ivan V via DotNetMonster.com" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi I would like to knwo if I could activate the up and down arrow in a
> window
> form which have the same function as using the tab button. Thanks for all!
>
> best rgds,
> Ivan Vong
>
>
> --
> Message posted via DotNetMonster.com
> http://www.dotnetmonster.com/Uwe/For...b-net/200508/1
You can catch the Up and Down keypresses, and do whatever you wish with them
by using the KeyPress or KeyDown/Up events