Jump to content

Recommended Posts

Posted

i don't know why, but it seems like you can't hide the internet or i am not finding the right name for the internet, for example

WinSetState("eSnips.com - Let your content take you places - Windows Internet Explorer" ,"eSnips.com" , @SW_HIDE)

this won't hide the website? what am i doing wrong

the real link

[s]Autoit[/s]
Posted (edited)

Try only using the title when searching for the IE window.

or perhaps only search for "eSnips.com" instead of the full title. :wacko:

WinSetState("eSnips.com - Let your content take you places - Windows Internet Explorer", "", @SW_HIDE)

Also.. is it Microsoft Internet Explorer, or what you have? I don't use IE, but I seem to recall it being Microsoft instead of Windows.. maybe both.. :D

Edited by Somniis
Posted

Try only using the title when searching for the IE window.

or perhaps only search for "eSnips.com" instead of the full title. :wacko:

WinSetState("eSnips.com - Let your content take you places - Windows Internet Explorer", "", @SW_HIDE)

Also.. is it Microsoft Internet Explorer, or what you have? I don't use IE, but I seem to recall it being Microsoft instead of Windows.. maybe both.. :D

nope didn't work but thanks
[s]Autoit[/s]
Posted

nope didn't work but thanks

edit; whoops it does work but,, it takes a min because when it opens ie it has to load the page :D any ideas on how to fix this

[s]Autoit[/s]

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
×
×
  • Create New...