AuToItItAlIaNlOv3R Posted September 14, 2009 Posted September 14, 2009 Hello, i have write a download manager in autoit. I use the InetGet function for files download. But now i would like to "pause" and "resume" the download. My server support the download resum. Someone advised me that is it possible to do with WinApi. Can you help me? Hi!
PsaltyDS Posted September 14, 2009 Posted September 14, 2009 Hello, i have write a download manager in autoit. I use the InetGet function for files download. But now i would like to "pause" and "resume" the download. My server support the download resum. Someone advised me that is it possible to do with WinApi.Can you help me?Hi!If you are prepared to work with WinINet.dll functions and DllCall(): WinINet Functions Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
AuToItItAlIaNlOv3R Posted September 15, 2009 Author Posted September 15, 2009 have you an example? what function should I use?... Thank's a lot
jvanegmond Posted September 15, 2009 Posted September 15, 2009 There's plenty of examples on the web. http://www.gamedev.net/community/forums/topic.asp?topic_id=196337 http://www.codeproject.com/KB/IP/pauseresume.aspx http://www.codeproject.com/KB/IP/ftpresume.aspx github.com/jvanegmond
AuToItItAlIaNlOv3R Posted September 15, 2009 Author Posted September 15, 2009 I use http download, not ftp connection. Any ideas how to do it ? I don't find nothing in this forum ;(
jvanegmond Posted September 15, 2009 Posted September 15, 2009 I just mean there are plenty of examples to find on Google. I didn't go through each of the Google results to see what they do, that seems like a task for you. github.com/jvanegmond
PsaltyDS Posted September 15, 2009 Posted September 15, 2009 I use http download, not ftp connection. Any ideas how to do it ?I don't find nothing in this forum ;(You can lead a horse to google, but you can't make him search... or, something like that! P.S. You could lead the horse to Bing, but only if you hate horses. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
AuToItItAlIaNlOv3R Posted September 15, 2009 Author Posted September 15, 2009 I don't find nothing Good esample to how to do it on Google, nothing in autoit forum... I search for on Google before posting, but now i don't found nothing good. Hi!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now