c.haslam Posted August 22, 2018 Posted August 22, 2018 (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 September 18, 2018 by c.haslam Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
FrancescoDiMuro Posted August 22, 2018 Posted August 22, 2018 @c.haslam I don't know if it could help you, but take a look at _WinAPI_LoadShell32Icon() Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
c.haslam Posted August 23, 2018 Author Posted August 23, 2018 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
c.haslam Posted September 18, 2018 Author Posted September 18, 2018 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now