First, I hope this is the right board to post this. I am trying to find a way to make my program run at startup. Im not quite sure how to do this but if someone could help out or point me in the right direction, that would be great!
Thanks
Printable View
First, I hope this is the right board to post this. I am trying to find a way to make my program run at startup. Im not quite sure how to do this but if someone could help out or point me in the right direction, that would be great!
Thanks
if u need ur program to start when windows start ... place ur program shortcut in startup folder...
so once the windows is up ur program will start
You could also add a value to the registry..
Somewhere like:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
a string with whatever title and the location of your program as it's value...
:)