Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to close all open and minimised windows
#2
Code:
Copy      Help
;closes all visible minimized windows except qm editor
ARRAY(int) a; int i h
GetWindowList 0 "" 1 0 0 a
for i 0 a.len
,h=a[i]
,if(!IsIconic(h)) continue
,if(wintest(h "" "QM_editor")) continue
,clo h; err


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)