[Help] Switch Equipment K19

Junior Spellweaver
Joined
Mar 24, 2021
Messages
127
Reaction score
26
How to include the SHORTCUT_SWITCH_EQUIP in v19 taskbars? when i try to put the icon below it's not adding in the taskbars below


Requesting to move this thread to help section sorry my bad
 
Last edited:
Code:
BOOL CWndTaskBarInterface::OnDropIcon( LPSHORTCUT pShortcut, CPoint point )

&& pWndFrame->GetWndId() != APP_NEWTASKBAR04
&& pWndFrame->GetWndId() != APP_SWITCHEQUIP ) )
but there is still not have tooltip for the icon, still trying to check it all
btw, thanks for the info
 
Upvote 0
Code:
BOOL CWndTaskBarInterface::OnDropIcon( LPSHORTCUT pShortcut, CPoint point )

&& pWndFrame->GetWndId() != APP_NEWTASKBAR04
&& pWndFrame->GetWndId() != APP_SWITCHEQUIP ) )
but there is still not have tooltip for the icon, still trying to check it all
btw, thanks for the info


I got it thanks too
 
Upvote 0
Back