I am absolutely new to IE development.
And am only familiar with VB for Windows development.
So any help here would be greatly appreciated.
I am interested in finding the current URLs being displayed in IE windows/tabs.
How do I grab this data
Is there a way to do this smoothly in VB
Thanks.

How to get current displaying URLs?
Scott Anthony
If not, then I will be writing a VB program to grab this data.
Then I will be using winsock to send this data to the Java program.
Please do let me know if you need for information.
Thanks.
Michael Per
Where are you trying to access this from Are you external to the IE process in which case you shoudl be able to use accessibility interfaces to access the tabs in IE7.
Thanks
-Dave
enric vives
In VB, see http://vb-helper.com/howto_list_shell_windows.html
You can do this in Delphi like so: http://delphi.about.com/od/internetintranet/a/webbrowserenum.htm
In C++, see http://www.stevewaring.net/blog/articles/explorerMonitor.html and http://www.codeguru.com/Cpp/I-N/ieprogram/article.php/c4403