Jump to content

Inetget


Recommended Posts

Func InetGetBackGround($FileLoc, $szFileName)
Local $bSF = InetGet($FileLoc, $szFileName, 0, 1) ; boolean sucess/fail
While $bSF = 1 
If @InetGetActive then
  TrayTip("Downloading", "Bytes = " & @InetGetBytesRead, 10, 16)
  Sleep(250)
ElseIf @InetGetActive = 0 Then 
Return TrayTip("done", "Success =" & $bSF)
EndIf
Wend
EndFunc

http://www.myclanhosting.com/defiasVisit Join and contribute to a soon to be leader in Custumized tools development in [C# .Net 1.1 ~ 2.0/C/C++/MFC/AutoIt3/Masm32]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...