I'm using VB.NET 2005 and am having troubles loading my images into my imagelist. Even though I set the size to 16x16 when I import the images they always come in as 32x32. The icons do have different sizes saved inside them and the only way I can get the 16x16 to show up is if I delete all larger sizes. I have deleted the imagelist and even set the size with Me.imgIcons.ImageSize = New System.Drawing.Size(16, 16) in the InitializeComponent() procedure before loading them. Now if I have loading the icons already they will be changed to 16x16 after I set the above statement. The problem with this is they are resized by VB which makes them grainy. Shouldn't it grab the right saved size in the icon?
Any help would be appreciated.
Thanks!
Matt
Any help would be appreciated.
Thanks!
Matt