Controls

  • Thread starter Thread starter DaveL
  • Start date Start date
D

DaveL

Hi
I have a Client, that wants the enterkey to work like
the Tab key when moving from control to control
What is the best way to accomplish this
I was not able to find a property to choose tab over/or enter

Thanks
DaveL
 
Thank you very much Peter

Peter Duniho said:
You'll have to handle the key input yourself and call
Control.SelectNextControl() to move the focus when the Enter key is
pressed.

Pete
 

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

Similar Threads

Windows Events 2
Point in a window 1
Toolstrip 2
Custom Controls 2
application question 2
Text and EnterKey 1
Excel Move or Copy Stopped Working? 0
Timers 3

Back
Top