Click to See Complete Forum and Search --> : download files and showing progress
Jakys
Feb 24th, 2001, 08:55 AM
I want to make a program that connects to the internet and downloads files, but none of the tutorials/demos are using a method were you're able to watch the progress (with a progressbar). Is there a way to do this?
Clunietp
Feb 25th, 2001, 11:02 AM
If you are interested in asynchronously using the Wininet API, this will help you get started:
http://support.microsoft.com/support/kb/articles/Q189/8/50.ASP?LN=EN-US&SD=gn&FR=0&qry=Wininet&rnk=9&src=DHCS_MSPSS_gn_SRCH&SPR=VBB
If you don't want to use the API, you could use the internet transfer control (or even the winsock control) to transfer files, but that would require that you become familiar with HTTP and FTP commands
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.