is it possible to check when winsock is completely done loading? I want to display a msgbox saying "completed" when the WHOLE data is retrieved in the dataarrival.

here's what i would usually do:

---get data from dataarrival
---then
---if instr(text1.text, "done loading") ' "done loading" is the text at the end of the page
---msgbox "completed"


but it wont work this time, it's a bit hard to explain why, but is there another way of doing this?