Skitty 49 Posted April 6, 2011 A while back I stumbled into a script that you could drag and drop executables into it and each time you would do it, a button would appear with that files icon in it. question is, how did they do that? how do you determine the applications icon? I've been dwelling on this for a while... Share this post Link to post Share on other sites
Rogue5099 18 Posted April 6, 2011 _WinAPI_GetIconInfo My projects: Inventory / Mp3 Inventory, Computer Stats Share this post Link to post Share on other sites
wakillon 403 Posted April 6, 2011 See this progandy Topic AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
Skitty 49 Posted April 6, 2011 See this progandy TopicNot exactly what I was looking for but thanks.I found out that if you just use "GUICTRLCREATEBUTTON("PE FILE PATH",0)" where "0" is the icon number, you get the icon. Share this post Link to post Share on other sites