Possible Duplicate:
How to get the URL of the current page in C#
I want to develop an application which stores users browsing history in real time while my application running in background.
e.g While my application running in background if user types url in chrome or firefox .. i want to store that url in database
how to do that in C#?