i try it out
InetGet("http://www.test/logo.gif", "c:\logo.gif", 1, 1)
While @InetGetActive
TrayTip("Downloading", "Bytes = " & @InetGetBytesRead, 10, 16)
Sleep(250)
Wend
MsgBox(0, "Bytes read", @InetGetBytesRead)
FileCopy ("c:\logo.gif", "z:\logo.gif", 1)
Oh i can do it now
thank my dear