Automatic entry in windows startup

Status
Not open for further replies.

nitish_mythology

OSS Enthusiast!
Hey I want to develope an alarm system in VB but as I am new in programming please suggest me a way to make it run every time the windows start so that it automatically make its entry in the startup list.
------Nitish
 

alib_i

Cyborg Agent
2 ways ....

1. Add a shortcut in startup
Go to Start -> Programs -> Startup -> (right click) Explore
It will open the startup folder in explorer.
Add the shortcut to your program there.
To make VB able to do it read this
Create a shortcut or Creating Shortcut 2

2. Add an entry in Windows Registry.
Accessing the Windows Registry with the API in Visual Basic
Add Your Program to Startup
or Register Program to Start Up Automatically
You will need to create a new module.

Hope it helped.

-----
alibi
 
Status
Not open for further replies.
Top Bottom