Imagelist with gifs
I made my own control, and this control allows to have a image for
loading. Its has some images preloaded inside, and I want to allow the
programmers using this control to select which image they want.
My first try was to use a ImageList, but since it doesn't not accept GIFs
images I need a workarround. The control shows the GIF in a PictureBox.
My question is: there is any way to expose the images to the visual IDE as
a property in the same way that ImageList do (selecting images like a
ComboBox with a little preview) without using a Imagelist?
No comments:
Post a Comment