Jump to content

Completely hide IE?


 Share

Recommended Posts

Hello, as tittle says. 
I was using

_IEcreate = (.....,0,0,0,0)

And it works but when i click on link it gets visibly again...

$lol = _IEPropertyGet($oIE,"HWnd")
 WinSetState($lol, "", @SW_HIDE)

I tryed getting the HWnd with _IEPropertyGet and then hide it with Winsetstate and @SW_Hide ... But again like the first, when i click a new link it gets visible again.. Anyone know a method for just let it invisible or completely hidden? Thanks in advanced.

Link to comment
Share on other sites

  • Moderators

@elmoi0010 what, precisely, are you trying to do with the hidden IE window? If you're looking to pull down a file you can always use InetGet and bypass the browser window completely.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

@elmoi0010 what, precisely, are you trying to do with the hidden IE window? If you're looking to pull down a file you can always use InetGet and bypass the browser window completely.

Is just visit websites to my webpages who i created under popup rotator script. at some certain seconds it just change the URL and then reload the webpage so is other of my webpages. Just for my own testing porpuse, thanks in advanced @JLogan3o13 <3 .

 

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