tommy wrote:
Ok - I noticed a few posts back Fragman mention removing the [ and ] from the variable. Do you by chance have the updated dock.ahk with this variable to work with _L?
Just do a search and replace
"[" --> "_"
"]" --> "_"
and dock.ahk should work with _L.
To Majkinetor:
Can a single script be used to dock copies of the client gui to multiple hosts ?
I am trying to use dock to hide the title bar of multiple 3rd party windows at once. I want to cover up the title bar of the other windows even if they don't have focus (titlebutton 0.31 won't work). Will I have to launch a separate script per host ?
would be better if the dock function took the host hwnd as a parameter also, instead of making it global: Dock_HostID
thanks for this very useful script.