E
Elisa
Hi,
If you look at the .NET Compact Framework FAQ, and the PictureButton
example on the GotDotNet website, Microsoft recommends using Image
Attributes to specify a transparent color. They suggest to asume that
the upper-left pixel defines which color should be interpreted as
transparent.
But what makes me wonder is, surely Microsoft themself know of a better
trick, because if you add normal GIF files to an ImageList, and use that
ImageList in a ListView, it correctly shows the GIF files without us
having to specify which color should be interpreted as transparent, and
without relying on the "upper-left pixel is transparent" trick. Thus
they must know how to read the transparent color from the GIF files
directly.
So why won't they share their method with the rest of us?
I constantly wonder how much Microsoft must be out of touch with its
developer base (=us) to have made such poor decissions regarding what
functionallity should and shouldn't be dropped from the .NET Framework.
About 99% of us .NET Compact Framework developers' first task is to
write an ImageButton control, so why Microsoft insists it is "overhead"
is just beyond comprehension.
Regards,
Elisa
If you look at the .NET Compact Framework FAQ, and the PictureButton
example on the GotDotNet website, Microsoft recommends using Image
Attributes to specify a transparent color. They suggest to asume that
the upper-left pixel defines which color should be interpreted as
transparent.
But what makes me wonder is, surely Microsoft themself know of a better
trick, because if you add normal GIF files to an ImageList, and use that
ImageList in a ListView, it correctly shows the GIF files without us
having to specify which color should be interpreted as transparent, and
without relying on the "upper-left pixel is transparent" trick. Thus
they must know how to read the transparent color from the GIF files
directly.
So why won't they share their method with the rest of us?
I constantly wonder how much Microsoft must be out of touch with its
developer base (=us) to have made such poor decissions regarding what
functionallity should and shouldn't be dropped from the .NET Framework.
About 99% of us .NET Compact Framework developers' first task is to
write an ImageButton control, so why Microsoft insists it is "overhead"
is just beyond comprehension.
Regards,
Elisa