I'm trying to load an Icon that's stored in a .RES file... For some reason, when I use this method, the Icon loses its color and becomes shades of grey. If I take the same Icon and load it by using the form properties window, it appears fine.

I've tried saving it as both a 256 color and a 16 color Icon with the same results. I'd love to just load it from the form properties, but I need to load it during program execution (it will change from time to time).

Any help would be greatly appreciated!!