Message
General information
Fórum:
Visual FoxPro
Category:
Controles ActiveX no VFP
Miscellaneous
ID da thread:
00350943
ID da mensagem:
00350962
Views:
33
>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.

Try:
THISFORM.ListView1.Object.SmallIcons = THISFORM.ImageList1.Object
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Responder
Mapa
View