Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
add option to change download dialog title in IntGetFile
#1
i Was hoping that you could add the option to add your own title to the download progress dialog in IntGetFile function.I can do it now but i have to clone many functions in order to do so or i have to create my own dialog.
unless i have missed something
#2
Macro Macro2506
Code:
Copy      Help
Http h.Connect("www.quickmacros.com")
h.SetProgressDialog(1 "aaaaaaaa")
h.Get("quickmac.exe" _s)
#3
ahh ok thank you didn't think about doing that.
#4
I cannot make this work for direct download links
example link
download/file.php?id=318
#5
Macro Macro2508
Code:
Copy      Help
;IntGetFile "http://www.quickmacros.com/forum/download/file.php?id=318" _s
;out _s.len

Http h.Connect("www.quickmacros.com")
h.SetProgressDialog(1 "aaaaaaaa")
h.Get("forum/download/file.php?id=318" _s)
out _s.len
#6
ah ok i see i needed to remove the /after .com works now for all i have tested thanks Gintaras


Forum Jump:


Users browsing this thread: 2 Guest(s)