Func dg_get_images()
$x1=0
$y1=0
;MsgBox(0,"start","start")
do
$result = _ImageSearch("C:\Users\Server\Desktop\my project\image.png",1,$x1,$y1,0)
until $result = 1;
if $result=1 Then
MouseMove($x1,$y1,3)
MouseClick("left", $x1,$y1, 1)
WinWait("[Title:TightVNC File Transfer]", "", 10)
EndIf
this code works when i search the image, but when i change the location of the desktop icon it can't find the desktop icon anymore. i wanna try image search area. but i don't know how to use it because i cant understand the parameter for the image search area. please help me how to solve it thank you in advance.