|
-
Feb 24th, 2001, 09:55 AM
#1
Thread Starter
Addicted Member
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?
-
Feb 25th, 2001, 12:02 PM
#2
Guru
If you are interested in asynchronously using the Wininet API, this will help you get started:
http://support.microsoft.com/support...n_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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|