Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Switch Equipment K19

Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
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:
Junior Spellweaver
Joined
Sep 29, 2021
Messages
133
Reaction score
26
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
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
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
Top