elmoi0010 Posted December 17, 2015 Share Posted December 17, 2015 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 More sharing options...
Moderators JLogan3o13 Posted December 17, 2015 Moderators Share Posted December 17, 2015 @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 More sharing options...
elmoi0010 Posted December 17, 2015 Author Share Posted December 17, 2015 @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 More sharing options...
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