Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Using the ImageList with a ListView
Miscellaneous
Thread ID:
00350943
Message ID:
00350943
Views:
55
How do I assign the ImageList to the Listview Control in VFP6?
I've tried:

THISFORM.ListView1.SmallIcons = THISFORM.ImageList1

And

THISFORM.ListView1.Object.SmallIcons = THISFORM.ImageList1

But I get an "Invalid Object" Error.

Thanks,

- Aaron.
Aaron Young
Red Wing Software, Inc.
Next
Reply
Map
View