Cool ! so I can go to bed now ?
Oh yeah I had the "H" as I was running the .ahk script, but yeah I added BB icons to the exe's. It may be in another dimension but the tool should bring it back to the mouse cursor.
Code:
~LWin & Z::
CoordMode, mouse,screen
WinRestore, ahk_class TDXPluginHostBBWForm
MouseGetPos, xposm, yposm 
WinMove, ahk_class TDXPluginHostBBWForm, , xposm, yposm
return