MMC Images

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cfps.Christian

    MMC Images

    I'm currently working on an MMC snap-in that will contain 500+ items
    in the results pane. Once this happens the images I have set for each
    of the items turns into the default image for the mmc.

    The problem occurs, I believe, because of the way the mmc refreshes.

    The help I'm seeking is why this is happening, or even simple
    direction such as the name of the default image so I can search for
    help that way.
  • cfps.Christian

    #2
    Re: MMC Images

    For the next poor soul that has this problem I'll tell how I've gone
    about "solving" the problem.

    This problem stems from having too many GDI objects open at once.
    Unfortunately in my case there is a lot of underlying code that I
    don't understand and at one point or another tons of GDI objects are
    created. This excessive creation causes all sorts of weird problems
    in various parts of the code.

    So while the problem has not yet been solved at least I know what the
    problem is. Any suggestions on burning up GDI objects is welcomed.

    Comment

    Working...