WM_NEXTDLGCTL and GetNextDlgTabItem

Moderator: Rathinagiri

Post Reply
KDJ
Posts: 243
Joined: Mon Sep 05, 2016 3:04 am
Location: Poland

WM_NEXTDLGCTL and GetNextDlgTabItem

Post by KDJ »

If focus is in EditBox and you press Shift+Tab, focus will be set to the next control instead of the previous.
 
GetNextDlgTabItem.png
GetNextDlgTabItem.png (43.19 KiB) Viewed 1891 times
 
The third parameter in GetNextDlgTabItem is logical type, so
GetNextDlgTabItem ( GetActiveWindow() , GetFocus() , 1 )
works as
GetNextDlgTabItem ( GetActiveWindow() , GetFocus() , .F. )
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: WM_NEXTDLGCTL and GetNextDlgTabItem

Post by srvet_claudio »

Thanks for report
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply