Jump to content

Working with application in hide mode


 Share

Recommended Posts

I should enter a plenty of data through the form of input in the program. When I start a script time of its work very big. I wish to start the program in a background mode. A code I start the program a command

' run '

$Pid = Run (' some_program ', ", @SW_HIDE)

That the program becomes hidden. However, if in the programm it is caused child window it will be shown on the screen.

What should I make, that child windows also had condition Hide?

Link to comment
Share on other sites

  • Developers

I should enter a plenty of data through the form of input in the program. When I start a script time of its work very big. I wish to start the program in a background mode. A code I start the program a command

' run '

$Pid = Run (' some_program ', ", @SW_HIDE)

That the program becomes hidden. However, if in the programm it is caused child window it will be shown on the screen.

What should I make, that child windows also had condition Hide?

Its the program that determines if a window is hidden or not.

Just do a WinSetState() for the window that popsup to hide it as well.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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