Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar + ImageLIst
Message
De
06/02/1999 13:01:43
 
 
À
06/02/1999 00:09:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00184641
Message ID:
00184713
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform