Search code examples
c#.netmmcsnap-in

custom mmc snap-ins icon


Looking into how to provide the icon for my custom mmc snap-ins.

Language = c#


Solution

  • I found a way. I had to add the images to the SmallImages collection of the SnapIn.

    And then each scopenode has a ImageIndex and SelectedImageIndex. All you have is to set those property to the correct index of the SmallImages Collection.