Read the URL of the Browser
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Friends, I need to create a windows application that will run in system tray, and should load on Startup. It needs input of URL and value. Eg: www.google.com, and value=1,if Browser is opened with URL www.google.com?value=1 then application should give a message or say ballon tip. Now all i am searching is which method is there which can know whether an explorer.exe or mozilla.exe has been opened. And read if the wanted URL is opened. I see System.Diagnostics is used to start processes. I am trying to play around with it. I am not sure i am in the write direction. Any suggestions related to this would be highly appreciated.
Cheers Menon