Ben
I've googled after the TabControl hotkeys and found out some solutions to it, mainly creating a user control. Don't think it will work out of the box. A shame, isn't it?
Cheers.
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!