Jump to content

Question about run()


Recommended Posts

In regards to hiding a child window/process, In theory, I imagine you could do it using WinSetState. You would need some sort of loop to check for the window/process though. Detecting the child window/process would just be a matter of using WinList and, Comparing the resulting array to see if Result[0][0] > 0. Then do a For loop, That checks if Result[0][0] > 0 Then WinSetState("Child Windows Handle", @SW_HIDE). Hopefully, This will get you going in the right direction.

In regards to hiding a process before it exists, You would have to probably use a dll to monitor current processes and, newly executed processes. Which is something I haven't learned how to do yet. So perhaps someone else knowledgeable in the matter could point you in the right direction as per that.

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