This little code retrieve url from my browser, changing Linkitem value (from 0 to N) i can retrieve the url from my N browser windows opened:

Text4.LinkTopic = "iexplore|WWW_GetWindowInfo"
Text4.LinkItem = 1
Text4.LinkMode = 2
Text4.LinkRequest

But i need to know how many browser windows are open, so i tried this:

Text4.LinkTopic = "iexplore|WWW_ListWindows"
Text4.LinkItem = "WWW_ListWindows"
Text4.LinkMode = 2
Text4.LinkRequest

but all i get is: "|", anyone know what´s wrong?