Skitty Posted April 6, 2012 Share Posted April 6, 2012 (edited) Very basic icon finder, this is code from trancexxs converted to an icon finder using yashieds I haven't added recursion for sub-directories as this is just something I slapped together in a few minutes since I realized all the necessary stuff was in one place when I was doing something else. Icon Finder.rarAnd just to give anyone that ends up here more options, by Autoit Dev Holger from back in the day, if you try to run that script I linked to, just add these includes to get rid of the errors.#include <listviewconstants.au3> #include <windowsconstants.au3> #include <buttonconstants.au3> #include <staticconstants.au3></staticconstants.au3></buttonconstants.au3></windowsconstants.au3></listviewconstants.au3> Edited April 6, 2012 by ApudAngelorum Link to comment Share on other sites More sharing options...
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