Looking into how to provide the icon for my custom mmc snap-ins.
Language = c#
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.