Hi All,
I am new to the forum and also a person who is legally blind, meaning it is difficult to read huge volumes of text, but am hopeful I can get answers here. My issue is this:
I am writing a WIndows Forms Application (.NET 4.5) and have a Form with the following controls:
_ Form1
_...
Hi .Net folks
I have a ListView with a background image on my Form, which is related to an ImageList to show up pictures that exist in a folder as thumbnails. Everything works fine and ListView shows up thumbnails correctly. But when I try to use TransparentColor property of ImageList to remove...
I'm stumped... As soon as an Image with PropertyItems is put into the ImageList, it appears to lose that data. Anyone know why this is happening and how to resolve it?
' il is of type ImageList; img is of type Image.
MsgBox(img.PropertyItems.Length) ' Length = 68
il.Images.Add(img)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.