Results 1 to 3 of 3

Thread: Internet Explorer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Location
    Ocotlan, Jalisco, Mexico
    Posts
    18

    Cool

    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:
    



  2. #2

    Talking

    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.

  3. #3

    Talking

    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
  •  



Click Here to Expand Forum to Full Width