Author | Message |
---|---|
DjQuick n00b Posts: 17 | Im working on a new program that i need to start every time you restart your computer....Anybody now wat script i would need 2 add to my program on VB6? Sfe, DjQuick |
C0D3Z3R0 Pro Posts: 166 | Find out how to add entries to the registry ;) |
DjQuick n00b Posts: 17 | datz wat i was counting on u guys 2 help me wid |
NeiSep Ametuar Posts: 93 | add a startup parameter into the Regestry something like this: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run something like that now i do not know how to add into registry in VB but thats where you put the information. Don't know if this was to any help and if not then have a look at this.. Just create a copy of your software and put it in: C:\Documents and Settings\<username>\Start-meny\Program\Autostart Maybe you can put it the app there or something like that.. |
DjQuick n00b Posts: 17 | ill try figurin how to do dat 8) |