J
Joerg Krause
Hi,
I've a winform app and want to start the program without
beeing visible in the task manager on a Windows ME box.
I've seen some programs that start using the "Run" option
in the registry and not appearing in the task manager. These
programs are written in VC++ and I'm wondering how can I
do that for my C# application?
If this is not possible with an UI, can I write a background
process which starts silently to monitor the other app?
Remember, we're talking about a ME/98 box and have no
services available. The background is that I want to prevent
a user from killing my monitoring software in the task
manager.
Thanks for your ideas,
Joerg
I've a winform app and want to start the program without
beeing visible in the task manager on a Windows ME box.
I've seen some programs that start using the "Run" option
in the registry and not appearing in the task manager. These
programs are written in VC++ and I'm wondering how can I
do that for my C# application?
If this is not possible with an UI, can I write a background
process which starts silently to monitor the other app?
Remember, we're talking about a ME/98 box and have no
services available. The background is that I want to prevent
a user from killing my monitoring software in the task
manager.
Thanks for your ideas,
Joerg