| You are here: DEVPPL ‹ Forum ‹ Programming ‹ Visual Basic Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
Install Location
4 posts
• Page 1 of 1
0
Install Location
Hi, i want my program to start up with windows. So i am just going to put it in the start up folder in the start menu. How can i tell my setup exe to put it there? Or, is there another way to get the program to start up with windows?
- Trogdor Awesome
- Reputation: 0
- Posts: 1
- Joined: Wed Jul 13, 2005 4:21 pm
- Highscores: 0
- Arcade winning challenges: 0
0
welcome to DEVPPL dude..
i have no idea about it. i'm searching for an answer too.. incase you get it dont forget to post it here..
i have no idea about it. i'm searching for an answer too.. incase you get it dont forget to post it here..
--------DAFUNKYMUNKY--------
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
- Dafunkymunky
- Reputation: 0
- Posts: 183
- Joined: Fri Apr 08, 2005 8:32 am
- Location: India
- Highscores: 0
- Arcade winning challenges: 0
0
Well, you could always add it to the registry.
All entries in the following key are run at windows startup:
You can also just add it to the current user if you change to the "HKEY_CURRENT_USER" key set
All entries in the following key are run at windows startup:
- Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
You can also just add it to the current user if you change to the "HKEY_CURRENT_USER" key set

- Malcolm
- Reputation: 0
- Posts: 198
- Joined: Thu Oct 07, 2004 10:53 pm
- Location: Ontario, Canada
- Highscores: 0
- Arcade winning challenges: 0
|
|
