Jump to content

Run PointerFocus program minimized


Recommended Posts

  • Moderators
18 minutes ago, gvp9000 said:

I've tried any possible way but no luck ...

So how about posting all the different ways you have tried

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

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