-
Does anyone know how to make a program run in the "background" like in the old DOS days? What I have in mind is a scheduler program that runs apps (kinda like the MS one) and how do I make it sit at the bottom right part of the screen (like ICQ, volume etc...)?
-
There is WindowState property of the form. Set it to 1 - Minimized
-
I believe that starts your program minimized meaning it exists on the middle of the "start button bar", I want it to be like ICQ, with a little icon next to the time. You sure that works? :)
-
Paylo,
Here Is The Sample Of The Great Matthew Gates Sample.
http://forums.vb-world.net/showthrea...threadid=30806
Regards
-
Thanks, I think that is the program I need to start off! :)