R
RobertoCL
Hello
I test a lot of the example, but i can't change de icon in systray.
The last that i to try, but don't work:
Stream stream =
Assembly.GetExecutingAssembly().GetManifestResourceStream("BB.ico");
Icon icon = new Icon(icon);
imageList1.Images.Add(icon);
Now i want try with OpenNETCF. How i can managed or use IconHandle?
Any comment are welcome, please!!
I test a lot of the example, but i can't change de icon in systray.
The last that i to try, but don't work:
Stream stream =
Assembly.GetExecutingAssembly().GetManifestResourceStream("BB.ico");
Icon icon = new Icon(icon);
imageList1.Images.Add(icon);
Now i want try with OpenNETCF. How i can managed or use IconHandle?
Any comment are welcome, please!!