Quote:
Originally Posted by Feroc
Thanks a lot. Now it's not that annoying anymore to resize the tables. I just put a loop around it, so you don't need to start it for every single table.
|
Indeed, how do you put a loop on?
EDIT: got it
loop
{
appTitle=Texas
SetTitleMatchMode 2
WinWait, %appTitle%
WinMove, %appTitle%, ,, ,640,500
}