For those of you who like to manipulate other program windows: 05 MAR, 2007 ANYGUIv2.8 ANYGUIv2.8.au3 modified _GuiTarget( ) to accept array in ControlId parameter to specify x/y CLIENTcoords of point in control (for those pesky .Net controls where controlid/classnameNN change frequently) for example: Dim $coords[2] $coords[0] = 200 ;point x to check in CLIENT COORDS $coords[1] = 29;point y to check in CLIENT COORDS WinActivate("Edit Database Item") $Ctrltarget = _GuiTarget("Edit Database