Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get ICON from a DLL
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00190405
Message ID:
00191013
Views:
43
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform