How to control that a program only runs once.
Regards,
Otto
#include "Fivewin.ch"
FUNCTION MAIN()
IF ISEXERUNNING( CFILENOEXT( HB_ARGV( 0 ) ) )
? "The app is already running"
RETURN NIL
ENDIF
? "This is the app's main loop"
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 57 guests