after windows startup,how do i make my form load?????
load form at startupHow to run a program durring windows startup
Page 1 of 1
5 Replies - 4933 Views - Last Post: 31 December 2007 - 11:47 PM
Replies To: load form at startup
#2
Re: load form at startup
Posted 31 December 2007 - 03:02 PM
Put a shortcut to the EXE in the StartUp folder found on your All Programs menu found on the Start button.
Start -> All Programs -> StartUp
Now when Windows boots it will start your application.
Start -> All Programs -> StartUp
Now when Windows boots it will start your application.
#3
Re: load form at startup
Posted 31 December 2007 - 06:10 PM
Wouldn't it be better to make something so the application adds itself to the startup registry?
I would appreciate to learn doing that.
#4
Re: load form at startup
Posted 31 December 2007 - 10:39 PM
#5
Re: load form at startup
Posted 31 December 2007 - 11:42 PM
Either way will work equally well and both are fairly easy to implement. You could have your installation add a shortcut to the startup folder or just add a new registry entry.
You will need to add a registry entry to the following key for programs to startup during windows bootup.
You will need to add a registry entry to the following key for programs to startup during windows bootup.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
#6
Re: load form at startup
Posted 31 December 2007 - 11:47 PM
Quote
Wouldn't it be better to make something so the application adds itself to the startup registry?
Add your App to this Registry Key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
To add it to a user specific startup list, use HKEY_CURRENT_USER/HKEY_USERS instead.
EDIT:
TODO : Improve Typing Speed
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|