|
-
Apr 22nd, 2002, 06:12 PM
#1
Thread Starter
Hyperactive Member
Running a program continuously
I have a program that i have made, that i would like it to start at start up and run, throughout the entire time that the computer is on, and then obviously turn off when the computer shuts down. How would i go about doing this? Also if possible how could i make it invisible, meaning not showing its icon in the taskbar at the bottom of the screen.
Please help me out on this.
Code is greatly appreciated.
Thanks
-
Apr 22nd, 2002, 06:24 PM
#2
-
Apr 22nd, 2002, 06:37 PM
#3
Thread Starter
Hyperactive Member
Windows ME. What is the difference between the operating systems, is there a different way of coding it.
-
Apr 22nd, 2002, 11:34 PM
#4
Thread Starter
Hyperactive Member
in the future it will be XP, but who knows when that will be
-
Apr 22nd, 2002, 11:45 PM
#5
Hyperactive Member
A Lazy way Of Doing It Is To Add A Shortcut to Ur Program In The Startup Dir In Start > Programs > StartUp
Or You Could Add A Value Here In The Registry
Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
-
Apr 23rd, 2002, 09:14 AM
#6
Thread Starter
Hyperactive Member
That is one way of doing it, but i would like to try and get a better way of doing it.
-
Apr 23rd, 2002, 09:30 AM
#7
Lively Member
Originally posted by mrstuff68
That is one way of doing it, but i would like to try and get a better way of doing it.
thats the only way bud.
-
Apr 23rd, 2002, 10:00 AM
#8
Thread Starter
Hyperactive Member
Ok then, i will try that then.
-
Apr 23rd, 2002, 10:45 AM
#9
You could put a key (app name) value (app path) in the registry here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Will run for all users, and wont be able to be deleted from the startup folder.
Hope this helps,
Joan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|