I have a form which contains a WebBrowser object. Using the Navigate method, I load a local HTML file from the Hard Drive.<br><br>To load another, I again use the Navigate method but need to press F5 for the page to refresh.<br><br>I have tried using the refresh method on the object and I'm told that it failed.<br><br>Any ideas?