Jump to content

Recommended Posts

Posted

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

Posted

Yes, I tried it, but I think I don't understand how WinSetState work!

I want to hide all IE windows. Expecially those of my site and those of google.

Can someone post a code?

Thamks

Posted (edited)

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

Posted

up! Help, please

You are asking for help repeatedly on a thread that you did not start. Try starting your own thread and then specifying what you need help with, then maybe you’ll get somewhere :).

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
  • Recently Browsing   0 members

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