Isn't there a "Refresh" method to the Webbrowser control?
If not, there's a couple of ways u can do it...

U can put the page to be refreshed into a 100% frame, and then add the following vbscript to the frameset page:

<script language="vbscript">
window.refresh
</script>

Or something like that.