WinForm App and TaskManager

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
 
Y

Ying-Shen Yu[MSFT]

Hi Joerg,

You may try the suggestions in this link:
http://www.bcbdev.com/faqs/faq82.htm
Note it's C++ Builder code,a bit difference in grammar, but the API should
be same.
And I haven't tested it, since I don't have a win98/Me box around.

Hope it helps!

Best regards,

Ying-Shen Yu [MSFT]
Microsoft community Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top