Achilles Posted January 1, 2007 Posted January 1, 2007 I was looking in the helpfile at enumicons.au3 and noticed that some programs have multiple icons. With the Au3 compiler we only have the option of using one icon. Is it possible to use more? And if it is how do you do it? My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Zedna Posted January 1, 2007 Posted January 1, 2007 Look here Resources UDF ResourcesEx UDF AutoIt Forum Search
jlorenz1 Posted January 1, 2007 Posted January 1, 2007 Hi 'Piano_Man' , If I understand your question well, you want to use several icons. You can do this with FileInstall for each Icon or you take a DLL from your system (not bigger than 5 KB) Open it with the free program 'Resource Hacker', then you put so many icons into this DLLs as you wanted, then you can get the position of icons in this dll with enumicons.au3. Bye Johannes Johannes LorenzBensheim, Germanyjlorenz1@web.de[post="12602"]Highlightning AutoIt Syntax in Notepad++ - Just copy in your Profile/application data/notepad++[/post]
James Posted January 1, 2007 Posted January 1, 2007 You can also, lets say if you want a GUI to have an icon. Then just change the location of the icon and the name. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Achilles Posted January 1, 2007 Author Posted January 1, 2007 Hi 'Piano_Man' , If I understand your question well, you want to use several icons. You can do this with FileInstall for each Icon or you take a DLL from your system (not bigger than 5 KB) Open it with the free program 'Resource Hacker', then you put so many icons into this DLLs as you wanted, then you can get the position of icons in this dll with enumicons.au3. Bye JohannesThanks, that 'Resourse Hacker' program is pretty nice... My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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