This script is coming along. And it works, for the most part, at least on Win7. What I’m looking for, is someone to help figure out how to retain the Resize option. <- While the script is running, Resize is grayed out in the control menu. Wondered if I could have some input? Much thanks.
SetTitleMatchMode, 2
Loop {
WinGetTitle, currentWindow, A
IfWinExist %currentWindow%
sleep 500
WinSet, Style, -0x800000 ; hide thin-line border
WinSet, Style, -0x40000 ; hide thickframe/sizebox
sleep 500
}
return
IfWinExist,
via Moon
0 comments :
Post a Comment