Guest slisbin Posted November 16, 2002 Posted November 16, 2002 I want to get information from an Internet Explorer window that is not opened by my application. I can successfully do so with one opened by my app. How do I set to the current IE page? Here's an example of the code that works: Dim ie = New SHDocVw.InternetExplorer() 'open new browser window ie.Visible = True ie.Navigate("www.lisbin.com") url = ie.LocationURL ie = Nothing Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.