View Single Post
  #4  
Old 11-10-2006, 08:32 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Full Tilt Pop Up handler?

Also, look at the end of the StarsPlanner AHK code - that is where all the popup killing bits are to be found.

They are easy to spot, they look like this:

IfWinExist, annoyingspam, are you sure?
{
code to push button1 (or whatever)
}

easy to copy / paste and edit as you spot irritating windows.

Put them all in an often executing timer (as you can see they are in StarsPlanner code), and you're all set [img]/images/graemlins/smile.gif[/img]

Next time I log in to FullTilt, I'll probably write some myself (hate popups, lol).

dave.
Reply With Quote