Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does one create Microsoft Management console(MMC) snap-in in Delphi 2009?

Are there an wizard or templates in delphi 2009 to write a MMC console ?

EDIT:

Colin Wilson components look great thanks.

like image 213
Charles Faiga Avatar asked Aug 06 '09 11:08

Charles Faiga


People also ask

What is Microsoft Management Console MMC snap-in?

A snap-in is a tool that is hosted in MMC. MMC offers a common framework in which various snap-ins can run so that you can manage several services by using a single interface. MMC also enables you to customize the console.

How do I get to Microsoft Management Console?

If your current operating system has MMC Console functions available, they are located on the Start Button - Programs menu or in the Administrative Tools folder in Control Panel. To open MMC, click Start, click Run, and then type mmc and press [Enter].


1 Answers

There is a MMC Snap-In Framework for Delphi 7 by Colin Wilson. Comes with packages to install and full source code. Might be worth a look.

Edit: As Marco points out, there is a Delphi 2009 section of Colin's site. This link is a download to the 2009 version of his components, which contains an updated MMC Snap-In Framework.

like image 146
Pauk Avatar answered Nov 04 '22 20:11

Pauk