runappatevent

Georg

Member
Licensed User
Longtime User
Hi

i started this Programm as exe on the Device:

Sub Globals
'Declare the global variables here.

End Sub

Sub App_Start
Hardware1.New1
Hardware1.RunAppAtEvent(AppPath & "\fullscreen.exe", Hardware1.evWakeup)
End Sub

and now it starts every time when i turn on the Device. Softreset, delete this programm, registry cleaner, nothing helps. It is not in the list off running programms, not in autostart folder. Has someone an idea????????

Georg
 

Mr_Gee

Active Member
Licensed User
Longtime User
What happens if you rename the hardware.dll to something else
(_hardware.dll maybe)
so that the program cannot find it, it should give you an error and you can close it
But it is weird though..

-=edit=-

Sorry, I need to read (carefully) before I post

It seems to me that the program runs because it is looking at the hardwareEvent, not at the Registry/auto start/ etc.
But why that happens when the program is not active... why don't you change it to a MsgBox to see what happens
 
Last edited:

Georg

Member
Licensed User
Longtime User
My Problem is, that i can't found the Programm it runs in the background and when i compile it with a Message Box it runs once more whithout cancel the other one
 
Top