Gordoni Posted February 1, 2009 Posted February 1, 2009 For example to visit page code is ShellExecute("http://www.autoitscript.com/forum") How to make that visit as invisible ? Gordoni
Moderators SmOke_N Posted February 1, 2009 Moderators Posted February 1, 2009 For example to visit page code is ShellExecute("http://www.autoitscript.com/forum") How to make that visit as invisible ? GordoniTurn your monitor off? Invisible to whom? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
jerem488 Posted February 1, 2009 Posted February 1, 2009 (edited) if you want use Internet explorer #include <IE.au3> _IECreate("http://www.autoitscript.com/forum",0,0) The last parameter allow to hide your browser Edited February 1, 2009 by jerem488 Qui ose gagneWho Dares Win[left]CyberExploit[/left]
Gordoni Posted February 1, 2009 Author Posted February 1, 2009 Invisible for me when i starting run program.
Bert Posted February 1, 2009 Posted February 1, 2009 Like the page is not viable on your screen? #include <IE.au3> _IECreate ( [$s_Url = "about:blank" [, $f_tryAttach = 0 [, $f_visible = 1 [, $f_wait = 1 [, $f_takeFocus = 1]]]]] ) The Vollatran project My blog: http://www.vollysinterestingshit.com/
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