|
-
Sep 8th, 2000, 10:53 PM
#1
Thread Starter
Junior Member
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?
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
|