i already know you can start new processes (IE) like this:
System.Diagnostics.Process.Start("IExplore", "http://www.WebSite.com")
but i'm looking for good articles on how to start that process and let it run for 5mins then close the catch is i need to track it so it only closes the ONE it opened not all the IE windows is this possible? thanx guys
i wouldnt mind code either, but i'd prefer articles explaining it, thanx
System.Diagnostics.Process.Start("IExplore", "http://www.WebSite.com")
but i'm looking for good articles on how to start that process and let it run for 5mins then close the catch is i need to track it so it only closes the ONE it opened not all the IE windows is this possible? thanx guys
i wouldnt mind code either, but i'd prefer articles explaining it, thanx