Monday, 30 September 2013

How can I check if website is already opened in a webbrowser?

How can I check if website is already opened in a webbrowser?

I'm doing this:
Process.Start("http://www.google.com");
After the default webbrowser is opened the website i want to check somehow
that the website is opened by the webbrowser and close the specicif tab
with this website.
To make a button click event that will check that if the website is
already opened then close it.

No comments:

Post a Comment