Jump to content
Xtreme .Net Talk

.NET ImageList new limitations...


Recommended Posts

Posted

Hi there

 

I'm currently upgrading my applications to VB .NET and i got a serious issue : how can i include images in my project bigger than 256x256 ? In fact, the new ImageList module doesn't accept images bigger than 256x256 ; that's annoying

 

If anyone know how to workaround, feel free to answer me :D

  • *Gurus*
Posted
If you're trying to include images over 256x256 pixels in your project, chances are an ImageList is not really the best way of doing it. What do you need these images for? ImageLists are really only useful for binding to other controls, IMO.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted

i use my images to do a fake "on mouse over" on my picture items : my images are button, and when the mouse is over, the image changes

 

so how can i do this, as my pictures are big ?

Posted
I'm going to try this ; thanks a lot for your precious help !

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...