| View previous topic :: View next topic |
| Author |
Message |
Benny-D
Joined: 29 Feb 2008 Posts: 69
|
Posted: Thu Apr 24, 2008 7:03 am Post subject: How to change a file's icon? |
|
|
Is there any way to change an icon of one file that I received? (This particular file has .exe extention, but I want to know about files of all possible extensions)
There is a good piece of software called "Resource Hacker". It is very useful for changing icons of files, but it only works with Microsoft files. What about other files? |
|
| Back to top |
|
 |
Trikster
Joined: 15 Jul 2007 Posts: 1142 Location: Enterprise, Alabama
|
Posted: Thu Apr 24, 2008 10:53 pm Post subject: |
|
|
| Are you talking about changing the icons of compiled AHK scripts? If so, please see the program (Located on your computer) Convert .ahk to .exe. |
|
| Back to top |
|
 |
Deller
Joined: 21 Nov 2007 Posts: 162 Location: 0x01101110
|
Posted: Fri Apr 25, 2008 12:20 am Post subject: |
|
|
| Use Resource Hacker. You can change the icon and any other resources. |
|
| Back to top |
|
 |
Trikster
Joined: 15 Jul 2007 Posts: 1142 Location: Enterprise, Alabama
|
Posted: Fri Apr 25, 2008 12:39 am Post subject: |
|
|
| It only supports Win32 applications. |
|
| Back to top |
|
 |
T800
Joined: 15 Oct 2006 Posts: 31 Location: Croatia
|
Posted: Sat Apr 26, 2008 2:18 pm Post subject: |
|
|
AFAIK, Resource Hacker and XN Resource Editor are designed only for win32 PE executable format, I don't know about other formats like those on *nix platforms.
Please note that Resource Hacker or XN Resource Editor can't change resources of binary compressed with exe-compressor such as UPX
(you would need to decompress it first, but be careful-make backup as sometimes files can get corrupted) |
|
| Back to top |
|
 |
|