I have a list of url and I need to navigate them. How can I make sure that every url will call the DocumentCompleted event ? I've already tried to create many threads and tried using a single thread too but the app is still not firing the event DocumentCompleted for each url.
Is there a way to make a loop in a list of urls and make them call a DocumentCompleted until the thread calls the next url ?