Well here are some details.
If you use the Webbrowser Control in your App then you can just use the timer set the interval for what you want and then call webbrowser.navigate2(url).

You can use the ShellExe function in the WINAPI and then you can open up separate instances of Internet Explorer. This may not be what you want to do.