M
mikemeamail
Hi all,
Here's a simple question, how can i read the images from an
ImageListStreamer object in the same way i read a resource file
(.resources) containing images ?
For example, assuming i have a .resources file which contains some
bitmaps and icons. I can easily parse this file using a ResourceReader
object and enumerate each resource and cast it to its appropriate type,
wether Bitmap or Icon.
Now, what if those images would be embedded in an imagelist on a form?
I saw that if i access the resource, from the .resx file of the form,
the imagelist is of type ImageListStreamer but how can i read and
enumerate it then ?
Any help appreciated,
Thanks
Here's a simple question, how can i read the images from an
ImageListStreamer object in the same way i read a resource file
(.resources) containing images ?
For example, assuming i have a .resources file which contains some
bitmaps and icons. I can easily parse this file using a ResourceReader
object and enumerate each resource and cast it to its appropriate type,
wether Bitmap or Icon.
Now, what if those images would be embedded in an imagelist on a form?
I saw that if i access the resource, from the .resx file of the form,
the imagelist is of type ImageListStreamer but how can i read and
enumerate it then ?
Any help appreciated,
Thanks