Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar + ImageLIst
Message
From
06/02/1999 13:01:43
 
 
To
06/02/1999 00:09:53
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00184641
Message ID:
00184713
Views:
22
John:

I've never used the toolbar control, but when working with ImageLists and ListViews I had similar problems. The answer was to set the ListView to use the Imagelist in the Init() method:

ListView.Init()
This.Icons = Thisform.oImageList1.Object

You may need to do the same here, only the "Icons" property should be changed to whatever one is used by the toolbar to reference the imagelist.

Hope this helps
Rob
>Hi,
> I am using MS toolbar control (commctl32.ocx) as my toolbar for having coolbar effect (after some code included). I want to show image on each button, therefore i use imagelist to store a series of image file...however the toolbar cannot detect the exist of imagelist control, it cause i cannot show the image ....it work fine in VB....
>Help...
>Thank you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform