Anybody know how to add a program to the StartUp folder and have it land in the Systray?
I'm a beginning programming student, and I just wrote a fun little .exe in VB -- an Alarm Clock / Timer. Simple form that you type in the time you want the alarm to go off, or the number of minutes you want to wait till the timer goes off, giving a messagebox on the screen -- "Time's up!"
OK, I compiled it and created an icon on the DeskTop to run it, but I'm really curious -- what is it about the Systray programs that land them there instead of the TaskBar? I have several that I got from the internet, and I understand the StartUp folder is where you can put something to have it run at startup, but I just don't know anything about the Systray.
I'm a beginning programming student, and I just wrote a fun little .exe in VB -- an Alarm Clock / Timer. Simple form that you type in the time you want the alarm to go off, or the number of minutes you want to wait till the timer goes off, giving a messagebox on the screen -- "Time's up!"
OK, I compiled it and created an icon on the DeskTop to run it, but I'm really curious -- what is it about the Systray programs that land them there instead of the TaskBar? I have several that I got from the internet, and I understand the StartUp folder is where you can put something to have it run at startup, but I just don't know anything about the Systray.