When you launch World of Warcraft, there's a hidden 'window' that appears with the same name, e.g there is two 'World of Warcraft' applications open. It's important that you manage to rename that extra window to something else so there's no interfering with HotKeyNet and the WoW clients
Code:
<Hotkey ScrollLockOn Alt Numpad1>
<SendPC local>
<Run "C:\Program Files (x86)\World of Warcraft\_classic_\Wow.exe">
<RenameWin "World of Warcraft" HiddenDialogBox1>
<RenameWin "World of Warcraft" WoW1>
The invisible window will be renamed to 'HiddenDialogBox1', while the World of Warcraft window will be renamed to 'WoW1'.
Regarding borderless windowed, by default, choosing Windowed in the World of Warcraft graphics menu, it will give you a border - BUT, if you choose Windowed (fullscreen) it will fortunately remove that border, but unfortunately make the game fullscreen. This is where you resize your window with HotKeyNet to whatever size you want, and it will work. No borders, and you can resize the game to wherever you want, and however small or big you want the screen.
It can be done with
Code:
<TargetWin WoW1>
<SetWinSize 1920 1080>
<SetWinPos 2910 0>
Hope that helps
Connect With Us