I have tried the following code with internet explorer opened, and one of the links opened in a new window.
set oie1 = getobject( ,"InternetExplorer.Application"
set oie2 = getobject( ,"InternetExplorer.Application"
'set a breakpoint on the next statement
junk = "garbage"
it returns the top level iexplore.exe for both of them.
I'm trying to find a way to grab hold of that second window.
I've browsed the objects with view->locals and cant seem to find the child window collection.
set oie1 = getobject( ,"InternetExplorer.Application"
set oie2 = getobject( ,"InternetExplorer.Application"
'set a breakpoint on the next statement
junk = "garbage"
it returns the top level iexplore.exe for both of them.
I'm trying to find a way to grab hold of that second window.
I've browsed the objects with view->locals and cant seem to find the child window collection.