Jump to content

Recommended Posts

Posted (edited)

Even with this (WinMinimizeAll()) doesn't work, let anone the @SW_HIDE, WinSetState etc

 

Example()

#include <Array.au3>
#include <WinAPIProc.au3>
#Include <WinAPIEx.au3>

Func Example()
; Run PointerFocus.
Local $iPID_PointerFocus = Run("C:\Users\Documents\Apps\PointerFocus\PointerFocus.exe", "C:\Users\Documents\Apps\PointerFocus\", "", @SW_HIDE)

Do
Sleep(200)
Until $iPID_PointerFocus <> 0

;==============

WinMinimizeAll()

;==============

Sleep(1000)
 
; rest of the code
    
EndFunc   ;==>Example

 

Edited by gvp9000

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...