-
how to?
want to run a pgm. (Invisible)
not in systray or tasktray
uses timer control...runs 24 hours
app is complete and works...just need
to know how to run it obscurely...
ps..it's only a message system to users
not some virus issue so I don't care
it it shows in the task lisk..just don't
want it taking up space on the task bar or systray
-
Set the ShowInTaskBar property of the form to false.
-
<?>
not quite..I want it out of sight..that just
sits in on top of the taskbar...
-
It hides it from the taskbar so you can't see it. You can see it in the TaskManager though.
-
<<?>>
I run it in minimized state and that just plunks it on top of (not in) the task bar...
OK...if I make it invisible that does it..
thanks...