In the past I used to built applications in Clipper for DOS and I used datagrids where all the keys could be manipulated. For instance, when a user hits the Enter key the cursor moeved to the next cell in the row. In certain columns when hitting a key I started a special function for instance another form to Enter some Data.
I know nowadays everything works with mouse clicks, but a lot of my customers, due to RSI etc., prefer using the keyboard to perform certain functions. So my question is:
How can I set the Enter key (or other keys) in VB.NET to perform certain actions, like moving the cursor to another cell, row, etc.
I know nowadays everything works with mouse clicks, but a lot of my customers, due to RSI etc., prefer using the keyboard to perform certain functions. So my question is:
How can I set the Enter key (or other keys) in VB.NET to perform certain actions, like moving the cursor to another cell, row, etc.