Hello!
I want to set an image in the blist and remove this, when I need it, just like a checkbox (checked=true or false). I there an easy way to remove and set a seperat icons in the list?
Code:
list.New2("Form1",0,10,240,200)
item.New1
item.CreateNew
imagelist1.Add("set.bmp")
list.ItemHeight=35
list.BackColor=cWhite
list.AddFromString3("Number1", imagelist1.Item(0),cBlack, cWhite)
list.AddFromString3("Number2", imagelist1.Item(0),cBlack, cWhite)
list.AddFromString3("Number3", imagelist1.Item(0),cBlack, cWhite)
list.AddFromString3("Number4", imagelist1.Item(0),cBlack, cWhite)
Form1.Show