how can i do two things at oncce
Hi
I am tring to write a small ftp client in vb.net, i can get it do download file using wininet.dll and ftpgetfile to download the file, but as the files i want to download may be large i need some sort of progress indicator to show how much of the total is downloaded.
i have tried using the file size.maxvalue indicatiors, but this won't work cos when i call the ftpgetfile, the system is stuck until then entire file is downloaded. how can i make this so it has a progress bar or shows the user how much has come down.
any help would be much appreciated
cheers
YH