Jump to content

IE popup hide window


 Share

Recommended Posts

Hi guys,

I made a script with the IEobject.

I used _IEcreate("my site",0,0,1,0)

In my site there's a button, if you click that, it will open a new tab.

I used IEaction to simulate the click.

When the new tab opens, the browser (IE) becomes visible (also the "my site" tab)

I want it to stay hidden, but I don't know how to do it.

Please help, thank you

Link to comment
Share on other sites

simple

WinSetState ( "window title or handle", "text present at the window", @SW_HIDE)

Edit: you could find the handles with this functions a WinGetHandle, WinList and GUICreate

example: "[TITLE:Google; CLASS:iexplore; INSTANCE:1]" or $form3

Edited by DiOgO

Heroes, there is no such thing

One day I'll discover what IE.au3 has of special for so many users using it.
C'mon there's InetRead and WinHTTP, way better
happy.png

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...