i can check running aplication with function IsExeRunning().
In this case, how restoring window with this application ?
With function SetForeGroundWindow( ) ?
greetings/salu2
Marek
i can check running aplication with function IsExeRunning().
In this case, how restoring window with this application ?
With function SetForeGroundWindow( ) ?
greetings/salu2
Marek
IF ISEXERUNNING( CFILENOEXT( HB_ARGV( 0 ) ) )
SHOWWINDOW( FINDWINDOW( 0, cWindowTitle ), 9 )
SETFOREGROUNDWINDOW( FINDWINDOW( 0, cWindowTitle ) )
RETURN NIL
ENDIF
thanks !
![]()
![]()
![]()