hi all,
how to start automatically an VB application when the system boots..probably this is done by altering the system registry..if so how??????.
thanx in adv..
Printable View
hi all,
how to start automatically an VB application when the system boots..probably this is done by altering the system registry..if so how??????.
thanx in adv..
There are 2 ways I know of,
1. Place a sortcut to the file in,
C:\Windows\Start Menu\Programs\Startup
2. Place the Path/FileName in a "STRING VALUE" key in the following location in the registry.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Hope this helps,
Steve.