Antonio
Can we have a conversion of this ?
IF IS_EXERUNNING( CFILENAME( HB_ARGV( 0 ) ) )
? "The app is already running"
RETURN NIL
ENDIF
The "Findwindow" is not enough. It still allows a use rto click twice or more.
Tia
Richard
Antonio
Can we have a conversion of this ?
IF IS_EXERUNNING( CFILENAME( HB_ARGV( 0 ) ) )
? "The app is already running"
RETURN NIL
ENDIF
The "Findwindow" is not enough. It still allows a use rto click twice or more.
Tia
Richard
Richard,
There is a new FWPPC build already available that implements IsExeRunning(). There is a working sample at samples\CheckApp.prg
Antonio Linares wrote:Richard,
There is a new FWPPC build already available that implements _(). There is a working sample at samples\CheckApp.prg
Antonio Linares wrote:Richard,
There is a new FWPPC build already available that implements _(). There is a working sample at samples\CheckApp.prg
Enrico,
It is I S E X E R U N N I N G ( )
Its quite strange but when it is written together it looks as "_"
Thank you.
EMG