-
Hi,
I wanna save a html file, which in the net , in the text format. I am using a internet transfer control for this. It works when I am using the program for one file. If I want to run the program within a loop its not working fine . Is there anyway to find out whether the first file has been copied so that I can proceed to the next file?
-
Well Abstractly, you might want to do something in/before you loop that make sure hte file is an htm or html format... something like a regular expression if you know what they are.... let me knowhow it works out!
CODER '99
-
Without having this tested, I would suggest handling the StateChanged event and wait until State equals icResponseCompleted.