|
-
Jun 7th, 2000, 05:49 AM
#1
Thread Starter
Junior Member
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:
-
Jun 7th, 2000, 09:25 AM
#2
Member
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.
-
Jun 7th, 2000, 09:26 AM
#3
Member
I forgot. Do that in link item.
Sowwy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|