How to get current displaying URLs?

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.

[315 byte] By [KaranMG] at [2008-1-31]
# 1

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

DaveMassy at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 2
Is it possible to access this data from a Java program?
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.

KaranMG at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...