Jump to content

Winlist - ProcessList - COM's


Recommended Posts

I am running into a problem of each one only reading one windows then reading each tab even though I have multiple windows open

#RequireAdmin
#include <IE.au3>

While Not Activate()
$oIE = _IECreate("[url="http://www.yahoo.com/"]http://www.yahoo.com/[/url]")
WEnd

Func Activate()
$oIE = _IECreate("[url="http://www.yahoo.com/"]http://www.yahoo.com/[/url]", 1)
If @error Then
  Return False
EndIf

Return True
EndFunc

All it checks is the first Internet Explorer windows then stops and further checks each tab in that window. My problem would be that I have http://www.yahoo.com in the second or third window.

Edited by TerarinKerowyn

Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...