Getting StartedCreating custom SnapIns for the Microsoft Management ConsoleThis project enables developers to create SnapIns for the Microsoft Management Console. The solution contains a project template and some item templates to create SnapIns for the Microsoft Management Console. ##Add a new SnapIn Project 1.Open the "Create Project" Dialog and type "MMC" into the Search Field 2.Select the Project Template: "SnapIn for Microsoft Management Console (MMC) 3.0" 3.Press "OK" The files for the SnapIn that you selected are added to the project. You can start adding functionality to your SnapIn, press F5 to run the project, or add additional item templates. ##Run and debug To run the project, press F5. Visual Studio will: â¢Build the SnapIn project â¢Installs and registers the created SnapIn â¢When debugging, start an 32-Bit instance of the Microsoft Management Console hosting the new SnapIn installed. You can now test out the functionality of your SnapIn. |