VB.NET Webbrowser - How to find the URL webbrowser is navigating to?
How do I find the url webbrowser is navigating to? Let's say I'm on index.php and I submit the form. Form is submitted to submit.php and it transfers you to done.php
How do I catch when browser is navigating to submit.php?