Hi!
In VB i used an imagelist to store icon files for me to use it, selectin which icon I wanted to show in the system tray. Now I want to do the same (migrating my app) with vb.net but I cant do it!
Value of type 'System.Drawing.Image' cannot be converted to 'System.Drawing.Icon'.
That is the error I get, how can i solve it?
Tnx!
In VB i used an imagelist to store icon files for me to use it, selectin which icon I wanted to show in the system tray. Now I want to do the same (migrating my app) with vb.net but I cant do it!
Value of type 'System.Drawing.Image' cannot be converted to 'System.Drawing.Icon'.
That is the error I get, how can i solve it?
Tnx!