I've added the necessary registry key to have my app run when windows loads:
Hkey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Run
MyProgram = c:\MyDir\MyProgram.exe
..I've also tryed adding it to the Programs\StartUp folder.
My app still won't load when windows does. Other apps do, and I was wondering what might be preventing my app, and only my app, to not load. Is it Security? Trust Level? or what?
I've searched everywhere for an answer, even here on DaniWeb. I cannot find anything. My Application requires that it be ran as Administrator, i was thinking that might have something to do with it. But I'm not sure. Any ideas please?