Tagged Questions

1
vote
2answers
2k views

c# using SHDocVw.InternetExplorer. How can I find the URL of the last link clicked? Or the most recent get request URL?

I am accessing the SHDocVw.InternetExplorer from the SHDocVw.ShellWindowsClass(). I can see the page that the browser instance is currently on (the LocationURL property), but what I really need is ...