ImageList
-
I load Images into ImageList, but in runtime i checked there is no image in ImageList.. What s problem thank u
Since the ImageList control is pretty finicky to begin with, it's nearly impossible to tell you what wrong without seeing any of your code that is filling the ImageList. Another question would be, are you using Application.EnableVisualStyles? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Since the ImageList control is pretty finicky to begin with, it's nearly impossible to tell you what wrong without seeing any of your code that is filling the ImageList. Another question would be, are you using Application.EnableVisualStyles? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
I fill imagelist at design time. when i check imagelist1.imagestream,it is nothing at run time .i intend to use Application.EnableVisualStyles But i tried both case(using EVS and not using EVS),Nothing changed. if i fill imageList at run time, it is working. But i have to save ico files in to the project folder in this case. But i dont wantto do this. what Can u offer me ?