Hello -

I have an icon that contains various image sizes that are optimized for alpha channels and smoothed edges. It seems that the ToolStrip, however, doesn't allow me to use icons for the buttons - it only allows image files like BMPs, JPGs, or PNGs. This makes life hell for me. If I take an existing icon and add it as an image to my project, then use that image on a ToolStrip button, the IDE seems to convert it to a bitmap and it looses all the optimizations described above.

In short, is it possible to use icons on a ToolStrip button such that it maintains any alpha channel and smoothing optimizations made in the icon file itself?

Thanks in advance!

- Steve