PDA

Click to See Complete Forum and Search --> : Can anyone help me?


rameshr
Dec 2nd, 1999, 11:59 AM
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?

CODER
Dec 2nd, 1999, 09:29 PM
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

Frans C
Dec 3rd, 1999, 12:05 AM
Without having this tested, I would suggest handling the StateChanged event and wait until State equals icResponseCompleted.