I want to code so that the <Enter> key behaves like the <Tab Key> whilst on a Windows form in that pressing the <Enter> key will...
a) Validate the field I've just pressed the <Enter> key on...
b) If no error then move onto next field as designated by the TabIndex order...
c) If ERROR then remain on field for corrective action.
I've noticed on the Knowlege database the following suggestion of code to do this...
http://kb.microfocus.com/display/4/kb/article.aspx?aid=36145
however when I cut & paste the relevent lines of code into my own solution I get may errors relating to the words 'Keyboard', 'RoutedEvent' & 'InputManager'!
Can someone provide code to help me out here please?



