Hi,
I have a lot of imagelist with image loaded from Resources.
There are 4 files containing images, ex Image1.resx.
With frmMain.ImageList1
.Images.Clear()
.Images.Add("Completed5.png", My.Resources.image1.completed5)
.Images.Add("Note.png", My.Resources.image1.note)
.Images.Add("Vacation.png", My.Resources.image1.vacation)
End With
How too load the images from resx files in a clients PC?
I works in vb.net.
Regards
Th