[Only registered and activated users can see links. Click Here To Register...]
$active = WinGetPos("[active]")
If _ImageSearchArea("1.bmp",1,$active[0],$active[1],$active[2] + $active[0],$active[3] + $active[2],$x,$y,40) then.....
zitat aus der autoit hilfe:Quote:
weiß grad nicht mehr weiter :
will mit inetget was downloaden - funkt auch
Nun will ich das alles mit einer progress bar nochn bisschen schöner gestallten und damit auch die user sehen das was gedownloadet wird -_-
Ich versteh aber trotz der autoit hilfe nicht wie das geht :D kann mir jemand ein beispiel geben ?
Quote:
Code:The function InetGetInfo() can be used to check the status of the download. It takes the handle returned from InetGet().
$pixel1 = 0 $pixel2 = 0 _imagesearch()
Func _terminate($close = False)
If GUICtrlRead($CheckboxDebug) = $GUI_CHECKED Then
...
Else
...
If $close = True Then
...
EndIf
Exit
EndIf
EndFunc