I've tried to add .ico, .png, and some other image files to ImageList
on design time, but the list doesn't get filled with image item.
Instead, it just keeps being blank and I get no error message. Am I
doing something wrong? This is happening on VS 2005 Beta 2.
Bram - 27 Apr 2005 17:25 GMT
I've had this problem and it turned out the icons had the same name as
a reserved keyword. So I couldn't add new.ico, but I could add
bram.ico.
Bram
hiriumi@gmail.com - 29 Apr 2005 18:56 GMT
I was able to add image programmatically, but not from the UI. Oh
well...