Jump to content

@SW_HIDE not working!


Recommended Posts

Run ( "Ares.exe" ,"", @SW_HIDE )

This just runs Ares.exe normally! Not hidden at all! @SW_Maximize and Minimize work. Why isn't hide?! :)

Also! THis doesn't work!

WinSetState ( "Ares", "", @SW_HIDE )

Does this only work for browser windows? Haaaallllp!!

Any suggestions?!

Pulleeeeese!

Muchos Gracias Muchos.!

Thx - Nana :)

Edited by Nanascalala
Link to comment
Share on other sites

If I am not mistaken it wont work on any windows that disable that. I know that VNC you cant hide the configuration window for the server.

Sorry I cant help more than that....

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

This works on the first window on almost every program. If one program starts another one however the new window will have it's default setting on it.

try it with some other program. or you can have it blink at ya.

Run ( "notepad.exe" ,"", @SW_MINIMIZE )

For the blink, have autoit watch for the window title and hide that.

Run ( "notepad.exe" ,"")
WinWait("Untit")
WinSetState("Untit","",@SW_MINIMIZE)

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

Side note, you probably also need to run some adware-spyware removal tools to get rid of the following:

Ares is 100% free but comes bundled with optional NavHelper software by NavExcel NavHelper is a browser object which allows to enter search keywords directly in the address bar of Internet Explorer.

Who else would I be?
Link to comment
Share on other sites

Ah see these guys knew more about it. Glad they could be of service :)

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

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