PDA

Click to See Complete Forum and Search --> : Inet Questions?


slashandburn
Jan 7th, 2000, 03:59 AM
1. Can Inet Resume Downloads, If how is it done

2. When Inet is running it stops everything and wont let me click on anything untill it is done, is there a way to make it not do this so i can make a cancel button.

ramdasv
Jan 7th, 2000, 04:10 AM
Mabry FTP control can be used to do asyncronous file transfer.
It has more functionality than inet control.
Even I faces with problem of showing progressbar while downloading using inet control then I got the mabry FTP control.

Ramdas

dj4
Jan 9th, 2000, 02:46 PM
Inet1.Cancel
Do
Inet1.Cancel
DoEvents
Loop While Inet1.StillExecuting

- Dj4