Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get ICON from a DLL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00190405
Message ID:
00191013
Vues:
44
>Windows Explorer uses a ListView control for its right window.
>
>Vlad
>
>>You're making the assumption that the Explorer is using the ImageList control. ActiveX controls are often used to simplify interfacing with the API, for us high level programmer types. I don't think that the Explorer would use one.

Hi Vlad,

Just to see what was going on "under the hood", I dragged out Spy++ to have a look. The Explorer has both what we'd refer to as a ListView and TreeView control (in my setup). The class names of these are SysListView32 and SysTreeView32 respectively. I couldn't find anything that looked like an ImageList, however. By comparison the version 6.0 class name of the TreeView is TreeView20WndClass.

I would suspect that controls used by the Windows Explorer are from the MFC, and those that we use are derived from them. That's just a guess on my part, however.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform