Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Errrrrr
#1
how can i get rid of pop ups that are programmed into this site i play
#2
please use the quickmacros help.

Quote:Close or destroy window


Syntax
clo[+] [window]



Parts
window - top-level or child window.

Options: - destroy window (post WM_DESTROY message). Default: close window (post WM_CLOSE message).



Remarks
If window is omitted then will be closed active window.

Tips: You can record name of window from mouse position. Default hot key is Ctrl+Shift+Alt+W.



Examples
clo "Notepad" close "Notepad" window
clo+ "Notepad" destroy "Notepad" window
clo close active window
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)