View Full Version: Running background programs

C++ Learning Community > C++ Help > Running background programs


Title: Running background programs


Rmstn1580 - February 3, 2007 07:16 PM (GMT)
How do you get a program to start when the computer starts up and then run in the background? Like you start the computer, the program opens up but the user can't see it. Any ways?

C-Man - February 3, 2007 11:10 PM (GMT)
don't create a window and the users woun't be able to see it
(though it's common to let them know by adding a tray icon Shell_NotifyIcon)
as for starting program at startup , check out
HKEY_LOCAL_MACHINE\Software\Microsoft\Windindows\Current Version\Run
HKEY_CURRENT_USER\Software\Microsoft\Windindows\Current Version\Run
or the startup menu item in start menu programs


Rmstn1580 - February 4, 2007 02:39 AM (GMT)
Thanks C-Man! :D I now regret I called you Condom-Man :(




Hosted for free by InvisionFree