Jump to content

I have a problem with WinSetState @SW_HIDE


Recommended Posts

Heloo all ..

I create simple program to make another program to be hide , she work but on this aplication she reset the state I see ( look at my Attachments please ) I have no ideea how i can resolve this , someone can help me with this .?

I use this code ....

WinSetTrans("Z-Barre.exe", "", 10) ; the Z-Barre.exe is process name , Shee dont work .

WinSetState ( "Form", "", @SW_HIDE ) ; this work but for onley 3 - 4 sec.

Link to comment
Share on other sites

Welcome to the Autoit Forums!!

1st

ou can not change the trans by the process bane, you need the window name

2nd

Winsetstate() may only work for moments as the program may have a Winsetstate() in it's loop and sets it to show

You can't win against that

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

i agree with @herewasplato

You might try WinMove and move the window off screen.

Some applications refuse to leave the visible range.

other than that i wouldnt know where to start

Link to comment
Share on other sites

I have this bare ( is surf bare ) , sorry not see in frist post . I can set this to stop here action .?

The cod is work but the bare is reset the autoit code ..

She reset the position and stai on top . end visible .

Try looking for another program that does the same thing.

I tried WinSetState, WInSetTrans, and WinMove all using the window name but no good news. What do you mean by 'bare'? Also, did you make Z_Barre.exe? The only reference that I found to Z_Barre.exe on Google is on this page. If you did make it then go into the source code and change it.

Link to comment
Share on other sites

... The only reference that I found to Z_Barre.exe on Google is on this page. ...

It is from here: http://zanimos.net/

After using Google Translate the best I can tell is that Z_Barre.exe is a program that will display advertisements to you so that you can make money from them. So he wants to make money but still not have to view advertisements.

Edited by jaberwocky6669
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...