Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wildcard Window Activation
#1
Hi, I'm currently having a macro that selects the Internet Explorer window using:

int w2=act(win("Google - Windows Internet Explorer" "IEFrame"))

But if the window has another page loaded, Yahoo for example, the macro will return an error stating that the window was not found.
Is there a way to write it so that the macro will simply use any Internet Explorer instance that is open and keep running the script without having to check if the page is currently reading "Google" as the title?
#2
Function Function9
Code:
Copy      Help
int w2=act(win("Windows Internet Explorer" "IEFrame"))
#3
Thanks, craig1983!


Forum Jump:


Users browsing this thread: 1 Guest(s)