francesco96 Posted September 17, 2012 Posted September 17, 2012 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
Venix Posted September 17, 2012 Posted September 17, 2012 (edited) WinSetState? I't might work for you check the help file. Edited September 17, 2012 by Venix
francesco96 Posted September 17, 2012 Author Posted September 17, 2012 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
francesco96 Posted September 17, 2012 Author Posted September 17, 2012 Up. Please help, I haven't much more time!
Kyan Posted September 17, 2012 Posted September 17, 2012 (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 September 17, 2012 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
Venix Posted September 18, 2012 Posted September 18, 2012 up! Help, pleaseYou 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 .
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now