I have seen several examples like
How to Set Image Resource URI from Code-Behind
but haven't understood.
If I have the following solution
I want to set the uri for ita.png
Stream iconStream = Application.GetResourceStream(new Uri(?????)).Stream;
notifyIcon.Icon = new System.Drawing.Icon(iconStream);
thanks