You are here: DEVPPL Forum Programming Visual Basic Forum
NOTIFICATIONS
54.076
MEMBERS
15.681
TOPICS
62.250
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Install Location

0

Loading

Install Location

Postby Trogdor Awesome » Wed Jul 13, 2005 4:34 pm

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

Install Location - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Postby Dafunkymunky » Sat Jul 30, 2005 8:42 am

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..
--------DAFUNKYMUNKY--------
::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

Loading

Postby Phate » Sat Jul 30, 2005 6:04 pm

I think that you can do it by adding it to the mscofig list... but im not sure
Web-Developing since '03
Image
Phate
 
Reputation: 0
Posts: 826
Joined: Sun Nov 21, 2004 5:12 am
Location: 127.0.0.1
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Malcolm » Sun Jul 31, 2005 5:32 am

Well, you could always add it to the registry.

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
Image
Malcolm
 
Reputation: 0
Posts: 198
Joined: Thu Oct 07, 2004 10:53 pm
Location: Ontario, Canada
Highscores: 0
Arcade winning challenges: 0
^ Back to Top