I am working on an Content Filtering project. My software should run at background as a windows service, and should not disturb the user as an external program. When the user enter the URL into the address bar of the browser, I should check that web site is in my black list or not.
Now I have some problems on reading URL from browser. How can I get the address from web browser?
Now I have some problems on reading URL from browser. How can I get the address from web browser?