Your program works like a charm.
It does show click icon both in explorer and task bar

Moderator: Rathinagiri
Code: Select all
_HMG_SYSDATA[ 6 ] [ nIndex ] := { || DoEsc() }
_HMG_SYSDATA[ 6 ] [ nIndex ] := { || DoExit() }
_HMG_SYSDATA[ 6 ] [ nIndex ] := { || StartClick() }
Called from GDIPLUSSHUTDOWN(0)
Called from RELEASEALLWINDOWS(2285) in h_windows.prg
Called from __QUIT(43) in C:\MINIGUI\SAMPLES\0\CLICK\XBASE.Prg
Called from RELEASEALLWINDOWS(2296) in h_windows.prg
Called from _RELEASEWINDOW(2334) in h_windows.prg
Called from DOMETHOD(5366) in h_controlmisc.prg
Called from (b)MAIN(555) in C:\MINIGUI\SAMPLES\0\CLICK\CLICK2.Prg
Called from _DOCONTROLEVENTPROCEDURE(1858) in h_windows.prg
Called from EVENTS(698) in h_events.prg
Called from DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(1493) in h_windows.prg
Called from MAIN(558) in C:\MINIGUI\SAMPLES\0\CLICK\CLICK2.Prg
Code: Select all
555 ON KEY ESCAPE OF ClickForm ACTION ClickForm.Release
556 CENTER WINDOW ClickForm
557
558 Activate Window ClickForm <- Crash here when close App
559
560 RETURN
Code: Select all
Start_xxx()
Code: Select all
IF aFileNames[ x, F_NAME ] = "HB_FUNC.PRG"
// use this Filename for C-Code
ELSE
AADD( aFileList, aFileNames[ x, F_NAME ] )
ENDIF
Code: Select all
.AND. ;
.OR. ;
Code: Select all
BEGIN xxx
Code: Select all
DEFINE STATUSBAR ..
STATUSITEM ..
Code: Select all
_HMG_SYSDATA[ 6 ] [ nIndex ] := { || DoEsc() }
_HMG_SYSDATA[ 6 ] [ nIndex ] := { || DoExit() }
_HMG_SYSDATA[ 6 ] [ nIndex ] := { || StartClick() }
Code: Select all
c:\hmg.3.4.4\IDE\IDE.exe
my Name is Jimmy
uuups ... forgot \RES so delete Icon and use your own Icon but it must called
no Idea