Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Images In ListView Headers
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00598462
Message ID:
00598495
Views:
14
>I have the following code:
>
>WITH This.oleListView
>
>  .Icons = .oleImages.Object
>  .SmallIcons = .oleImages.Object
> .ColumnHeaderIcons = .oleImages.Object
>
>  .ColumnHeaders(1).Icon = 4
>  .ColumnHeaders(2).Icon = 3
>  .ColumnHeaders(3).Icon = 1
>
>ENDWITH
>

>
>On the last 3 lines, I get the "Image list must be initialized" message.
>The image list, "oleImages", has images in it, and it's attached to
>the control in the 2 lines above.
>
>So how do i set the image for a column header?
>
>Thanks

Kevin,

See above.

Dan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform