Can you use COM/OLE in a C# program to connect to a running instances of internet explorer?
Ideally I’d like to find the URLs of all webpages open in IE.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the answer here and the code excerpt is:
Anyone know if the code on that webpage would also work with IE 6? I tested it on 7. Thanks!