Closing the browser

You could use System.Diagnostics.Process class to run a default web browser like this:
Code:
System.DIagnostics.Process("http://www.computerhelp.forum")
You could then do this every 5 minutes.
 
Because I couldnt find a place where someone could anwser this question and if you have a site I could go to instead that would be helpful. Found this at google
 
Back
Top