Search code examples
delphidelphi-2009mmc

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.


Solution

  • 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.