Helomotorola Posted September 13, 2007 Posted September 13, 2007 How does extract a icon in file exe or dll into a icon by autoit?
Gif Posted September 13, 2007 Posted September 13, 2007 (edited) if i understood correct what you said (improve your english) then use GUICtrlCreateIcon() Edited September 13, 2007 by Gif
Buey Posted September 13, 2007 Posted September 13, 2007 You can get the icons out of EXEs, DLLs, etc. by using ResHackerhttp://www.angusj.com/resourcehacker/
Zedna Posted September 13, 2007 Posted September 13, 2007 (edited) Look here LoadLibrary and ExtractAssociatedIcon API function Edited September 13, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Helomotorola Posted September 13, 2007 Author Posted September 13, 2007 really, I want export a icon from a file *.exe or dll, I hope everybody help me The same as Resource hacker (Thank Buey) GUICtrlCreateIcon (Thank Gif) and Function API "ExtractAssociatedIcon" (Thank Zedna) only bring icon to Form Again Thank!
Gif Posted September 13, 2007 Posted September 13, 2007 also look at (AutoIt dir)\Examples\GUI\Advanced\enumicons.au3..
Helomotorola Posted September 13, 2007 Author Posted September 13, 2007 a nice Example but it not export to return a file *.ico
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