How to activate up and down arrow in a window form

  • Thread starter Thread starter Ivan V via DotNetMonster.com
  • Start date Start date
I

Ivan V via DotNetMonster.com

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
 
seems it's not the one i am looking for. Anymore ideas???
 
Ivan V via DotNetMonster.com said:
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


You can catch the Up and Down keypresses, and do whatever you wish with them
by using the KeyPress or KeyDown/Up events
 
Rick, could you please let me know more details about it? Thanks!
 

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