I already indicated two possible answers. Either use the DocumentCompleted event to check for the presence of a specific item in the current page so obviating the need for a wait loop, or use WebClient to download the source HTML for each page which requires no attention at all.





Reply With Quote