In Clarion we had the ability to setup accelerator keys or hotkeys that allow the user to hit Alt+<key> combo to select a field, tab, etc. For example I have a StrataFrame Maintenance form with a Tab Control. This control has two pages. One page is set to "General" the other "Additional Information". I would like to have the ability to click Alt+G to select page one, and Alt+A to select the Additional Information tab. This worked with label controls in Clarion too. Meaning:
Division: _________
Street: ______________
...if I hit Alt+S, the entry field next to street would be selected. How do I do the same in DOT NET?
Thanks!
Ben