WinMove

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
maximuszen
Posts: 3
Joined: 08 Dec 2022, 16:40

WinMove

Post by maximuszen » 08 Dec 2022, 17:17

WinActivate, ahk_exe BCompare.exe
WinMove, -960, 31, 960, 1048

Why doesn't this work?

What am I missing?

gregster
Posts: 9029
Joined: 30 Sep 2013, 06:48

Re: WinMove

Post by gregster » 08 Dec 2022, 17:45

There are two syntax variants for WinMove. Which one are you trying to use?
https://www.autohotkey.com/docs/commands/WinMove.htm wrote:

Code: Select all

WinMove, X, Y
WinMove, WinTitle, WinText, X, Y , Width, Height, ExcludeTitle, ExcludeText
Is the wintitle really -960? Probably not.

maximuszen
Posts: 3
Joined: 08 Dec 2022, 16:40

Re: WinMove

Post by maximuszen » 09 Dec 2022, 14:30

Thank you for this.

Post Reply

Return to “Ask for Help (v1)”