-
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:
-
I'm no expert in VB. I just started, but I think if you try using the actual app name for IE instead of what you are using it might work. Like I said I'm no VB expert, but its worth a shot. That's all I would think of.
-
I forgot. Do that in link item.
Sowwy