Load images from Resources

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


3 Replies

PR Preethi Raju Syncfusion Team April 28, 2022 06:11 AM UTC

Hi Thomas,


Could you be more specific with the requirement, platform and control for the reported query, so that it will be helpful for us to assist you further?




TE Thomas Ellingsen replied to Preethi Raju April 28, 2022 06:32 AM UTC

Hi,

It have fixed it now. The beginning problem was that embedded image didn't load but the real reason was that I have an older version of syncfusion dll, so the application did not start.



PG Pon Geetha A J Syncfusion Team April 29, 2022 03:58 AM UTC

Hi Thomas,

We are glad to know that your issue is fixed.

Regards,

Geetha


Loader.
Up arrow icon