add application at startup
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I need some code or direction to write code the code to add my application at startup. There are some software to add the application at startup by i need my own codding. :)
Have a look at Managing start-up section at http://www.codeproject.com/csharp/Trayminimizer.asp
#region signature my articles #endregion
-
I need some code or direction to write code the code to add my application at startup. There are some software to add the application at startup by i need my own codding. :)
You can add path of your app to these registry keys, and those will be executed at computer startup... HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx Cheers, h.