Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find All Open Programs
#26
iv made a macro that hides the I.E that i have up and im trying to hide new ones as they pop up im not sure how i need to add the new window to the ARRAY so when i unhide then all the windows come back here is the code

thanks



Code:
Copy      Help
SK
rep
,0.1
,ifk F12
,,break


ARRAY(int) a
GetWindowList 0 "IEXPLORE" 1 0 0 a
int i h


for i 0 a.len
,h=a[i]
,hid h

rep
,0.1
,ifi(win("" "" "IEXPLORE"))
not sure how to add my new window to the ARRAY
i+1 is not working
,,hid h
,ifk F11
,,break

for i 0 a.len
,h=a[i]
,hid- h
goto SK


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)