Hum...i've seen a lot of tutorial and examples on how to download files and stuff with VB but im making a download manager and i need the file size, time left, % done etc, and how to do it (INet or Winsock and how to do it)
Thanx a lot!!
Printable View
Hum...i've seen a lot of tutorial and examples on how to download files and stuff with VB but im making a download manager and i need the file size, time left, % done etc, and how to do it (INet or Winsock and how to do it)
Thanx a lot!!
I don't bvelieve there is a way to do it with inet, but with winsock it's a bit complicated. You would have to download some samples from PlanetSourceCode, just search for "winsock".
Here is an example that uses HTTP though Http Download Status
Hope that helps,
D!m
Thanx i'll check that