<winmove> Moves specific window to defined position.
Command Tree: | Window \ Move | ||||||||||||||||
. | |||||||||||||||||
Syntax: | <winmove>("WinTitle",
Match, Xpos, Ypos)
|
||||||||||||||||
. | |||||||||||||||||
. | |||||||||||||||||
Example: | <#> This macro moves "Notepad" window to position (32,32) <#> <commands_only_on> <if_win>("Notepad","OPEN",0) <winmove>("Notepad",0,32,32) <else> <msg>(100,100,"'Notepad' is not opened!","Message",1) <endif> |