From: atomic928 on
I have some custom icons I want to load to my application as it is
running. I have tried LoadImage but found since then that LoadImage
only works with the an HINSTANCE in the first parameter for windows
ce.

I have my files located in a file on the device, e.g. c:\custom
\icon1.ico.

I see many folks talk about this on the net but yet to find any
example or pointers as to what function(s) are needed to make this
work in ce.

Thanks for any help