Tahir 0 Posted November 2, 2011 hi i need to know how can i ignore part of screen when i use image search UDF my problem that i have same picture in different places in screen i want it to ignore one of that pictures and search other this picture example http://imageshack.us/photo/my-images/829/examplejd.png/ and i want to ignore first black box at left and search for all other if one of other match it should return x and y $result = _ImageSearch(@ScriptDir & "/data/ok.bmp",1,$x1,$y1,0) if $result =1 then MouseClick( "left", $x1, $y1, 1, 0) thanks Share this post Link to post Share on other sites