i'm working on making my own Internet Navigator, but i want it to be able to comunicate with IE5.
Using this code:
Text1.LinkTopic = "IExplore|WWW_OpenURL"
Text1.LinkItem = "192.169.0.1,,0"
Text1.LinkMode = 2
Text1.LinkRequest

it tells to IE5 to go some URL, but only to the first opened window of IE. There is another function:

topicName: WWW_ListWindows
itemName: WWW_ListWindows
returns: NumItemsInTheList,ArrayOfWindowIDs
(ie [count,winID,winID,winID])

but i cant make it work, any idea why?

my code:
Text1.LinkTopic = "iexplore|WWW_ListWindows"
Text1.LinkItem = "ListWindows"
Text1.LinkMode = 2
Text1.LinkRequest

Value returned: