I am currently playing with C# and WPF aplication on Windows. My queston is is it possible to grab the url from current browser the user is using?
Example:
I am opening internet explorer and typing
www.google.com, the page loads and it shows me google.
I want to track that I have visited and then store in an database.
ANother example would be in firefox, or in google chorme?. How can I do this in Windows enviroment and the inportant queston, is it possible to do this with C#?
Thanks