Andreas Wacknitz wrote:
> > > I have annoying display problems in some of the browsers when I
> > > increase Windows text size (via Control Panel -> Display -> Medium -
> > > 125%).
> > > The first columns in the methods panes gets corrupted (black squares
> > > instead of triangles).
I suspect that it's something to do with the icon resource used for those
columns. At least the overridden icon (OVERRIDDEN.ICO in DR006.dll) has only
one image, 32x32 in 4-bit colour, whereas the public/private icons
(COMPILEDMETHOD_PUBLIC.ICO and _PRIVATE.ICO in the same DLL), which work have
16x16, 24x24,32x32, and 38x48 in both 8-bit and 32-bit colour.
Although that may be a red-herring. CHANGED.ICO in the same DLL has the same
range as COMPILEDMETHOD_PUBLIC.ICO, and that's used for the "Changed" column in
the package lists, and I think you said that that fails for you ?
If you have a resource editor handy which allows you to see clearly which image
sizes are supplied for each icon (e.g. XN resource editor), then you might
experiment with extending the OVERRIDDEN.ICO in DR006.dll.
-- chris