Jump to content

Recommended Posts

Posted (edited)

Where can I find the icons that show in FileSelectFolder?

The example for _WinAPI_ShellGetStockIconInfo() shows many others, but not most of the ones in FileSelectFolder.

I have had partial success looking through Windows DLLs (22 of them).

I am working on extending Melba23's ChooseFileFolder to make it positionable on the screen. My extension works, but it would be nice to show the same icons as FileSelectFolder.

Edited by c.haslam
Spoiler

CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard

 

Posted

Thanks for the suggestion. I have looked through shell32.dll using Koda but didn't find all the icons I need. At this point, I only need the ones used in the left pane of FileFindFolder.

Spoiler

CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard

 

  • 4 weeks later...
Posted

I have found a solution. See here for pictures of the icons that are in most useful DLLs. One caveat: the guy is off by one in his numbering: subtract one from his numbers.

There are also icons in:

Access.cpl     Accessibility properties
 Appwiz.cpl     Add/Remove Programs properties

bthprops.cpl
 Desk.cpl       Display properties
 FindFast.cpl   FindFast (included with Microsoft Office for Windows 95)
 Inetcpl.cpl    Internet properties
 Intl.cpl       Regional Settings properties
 Joy.cpl        Joystick properties
 Main.cpl       Mouse, Fonts, Keyboard, and Printers properties
 Mmsys.cpl      Multimedia properties
 Odbccp32.cpl   Data Sources (32-bit ODBC, included w/ Microsoft Office)
 Password.cpl   Password properties
 Sysdm.cpl      System properties and Add New Hardware wizard
 Themescpl.dll     Desktop Themes
 TimeDate.cpl   Date/Time properties

 

 

Spoiler

CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...