I need to change Form Icon during run-time. Where can I store icons? I dont want to keep them as separate files and ImageList stores them in Picture format that is incompatible with Icon format.
Add them to your project, and mark their Build Action as "Embedded Resource". Then you can get them with Assembly.GetManifestResourceStream() at runtime.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.