The other control is called LstSmilie and is a listview component. Its
smallicons property is linked to my imagelist called EmoticonList. How can i
programicly remove this bound?
Thanks
Jamie
> The other control is called LstSmilie and is a listview component. Its
> smallicons property is linked to my imagelist called EmoticonList. How can
> i
> programicly remove this bound?
Set LstSmilie.SmallIcons = Nothing
Jamie - 31 Jan 2005 22:57 GMT
thanks worked great!
>> The other control is called LstSmilie and is a listview component. Its
>> smallicons property is linked to my imagelist called EmoticonList. How
>> can i
>> programicly remove this bound?
>
> Set LstSmilie.SmallIcons = Nothing