How to simulate shift-tab to go to previous control?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How to go to the previous control when I press the up arrow key? Thanks, Claude
-
Hi, How to go to the previous control when I press the up arrow key? Thanks, Claude
Could GetNextDlgTabItem[^] help along with SetFocus[^]? (Don't be fooled by the name, it can be used to get the previous item also.)
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > If it doesn't matter, it's antimatter.<