I Have a app running background. I use it to get the url on IE if the IE is running…
It’s better if It is a hook not a loop enum the windows.
How can do that?
I Have a app running background. I use it to get the url on
Share
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.
The official, non-window enuming way to do this is to author a BHO, implement IObjectWithSite and then get the IWebBrowser2 pointer from your site. IWebBrowser2::get_LocationUrl() will give you the URL.