Well for use via SendMessage/PostMessage in AutoHotkey they have most definitely changed.admin wrote:All commands have static IDs! Which one do think changed? if that happened then it is a bug!
Show/Hide Nav. Panel
Show/Hide Tree
Show/Hide Catalog
To reliably trigger those commands from AHK, I've been using: SendMessage 0x111, 354
Which means it's sending a WM_COMMAND (0x111) to control 354, which should be the menu item for Show/Hide Nav. Panel. According to Winspector the 354 should now be 358.
To be honest I'm a bit out of my comfort zone when it comes to Send/Post Message and the Window commands, so I don't fully understand it and there might be a better way, but I have no idea what.
I've always thought the Control ID used here would be the same as the menu ID, but if they have static IDs, then I'm wrong.
XYplorer Beta Club