Troubles with Hardware.dll

JJM

Active Member
Licensed User
Longtime User
Hello,

i write a programm in which i have:

HW.RunAppAtEvent("SD CARD\Lecteur\LecteurAudio.exe", HW.evWakeup)

This programm is closed but now when i wakeup my PPC, at each time ,
"SD CARD\Lecteur\LecteurAudio.exe" runs.

How can i do to erase it from SartMenu(?) or memory or other?

Thanks at All

JJ M
 

RandomCoder

Well-Known Member
Licensed User
Longtime User
Hi JJM,

You simply need to remove the hardware event on closing the application. Use HW.RunAppAtEvent("SD CARD\Lecteur\LecteurAudio.exe", HW.evNone) in the Forms Close event.

Regards,
RandomCoder
 

JJM

Active Member
Licensed User
Longtime User
Hello RandomCoder,

I do as you said to me and the béhaviour is the same: the programm named "SD CARD\Lecteur\LecteurAudio.exe" runs when I light on my PPC (HP IPAG 2490).

I don't understand.

Thanks

JJM
 
Top