HI, i would like to know some code making my app do startup very time windows start.
thanks for your help.
Printable View
HI, i would like to know some code making my app do startup very time windows start.
thanks for your help.
no code, just put a shortcut in the startup folder on your start menu.
Add a string to the registry containing the path to your program in the following
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
There is loads of info in the registry section of this site on how to do this.