Windows service and MMC?

  • Thread starter Thread starter Marek
  • Start date Start date
M

Marek

Hello.

I wrote simple Windows service. I'm wondering now, how
can I manage this service with my custom Management
console snap-in.

Is there any documentation how to write MMC snap-in in C#
and .NET. I found lots of code in C++, but nothing in C#.

On the other hand, I can write an application that
doesn't make use of MMC [only simple windows-form with
tree-view control]. Is this better approach?

Thank you for any given answer.

Marek
 

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

Back
Top