|
Hi,
I have several gif images as embedded resources in my C# project. I am able to load them and display them on a buttons, pictureboxs etc. But I want to load the same gif image and set it as the Icon for my form.
How do I convert my embedded .gif resource into Icon programatically (without embedding another .ico file for each .gif image)?
thanks, - Reddy
|