M
mmobile
I am writing test applications with VS 2005 for the WM5 and have a questions
about the tabbing behavior related to the arrow keys.
When I have a MFC Smart Device application, using the arrow keys take the
focus to the
next control just as if a user tabbed.
(Note: I have the WM5 SDK Installed)
But when I have a .NET CF 2.0 application, the arrows keys don't take the
user to the next control. The controls have the Tab Stop and Tab Index
properties set properly. Is there something special needed to have the
arrow keys behave like the user is tabbing? Shouldn't this have been
automatic like the managed code's controls?
about the tabbing behavior related to the arrow keys.
When I have a MFC Smart Device application, using the arrow keys take the
focus to the
next control just as if a user tabbed.
(Note: I have the WM5 SDK Installed)
But when I have a .NET CF 2.0 application, the arrows keys don't take the
user to the next control. The controls have the Tab Stop and Tab Index
properties set properly. Is there something special needed to have the
arrow keys behave like the user is tabbing? Shouldn't this have been
automatic like the managed code's controls?