Hi all,
I am makeing a program at the moment that allows the user to store all there URLS in one program at the moment it looks a nise program but I want to add a little feacher to it that can get the text out of the IE Address bar and then get the WindowText of IE which I allready now how to get the problum I am haveing it getting the Address out of the Combo box in IE. can someone please help me thnaks..
Dim SHWin As New ShellWindows
Dim IE As InternetExplorer
For Each IE In SHWin
List1.AddItem IE.LocationURL
Next