| View previous topic :: View next topic |
| Author |
Message |
ahk_man
Joined: 20 Jun 2004 Posts: 39
|
Posted: Sat Sep 04, 2004 10:54 am Post subject: icon help |
|
|
Hi Chris,
Could you please show me how to change the ahk.exe icon to something else? Please give me a real example how to do it. I have a cool Icon that I want to use it to replace the "H" icon of the exe file. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5382 Location: /b/
|
Posted: Sat Sep 04, 2004 11:01 am Post subject: |
|
|
When you compile the AHK script into an exe you can choose what icon you like.
If you want to change your AHK icons then search google for icon changers. You can download free programs that change the icon for AHK (or anything else) on your computer. _________________
 |
|
| Back to top |
|
 |
Pallie
Joined: 05 Jul 2004 Posts: 57 Location: London
|
Posted: Sat Sep 04, 2004 11:11 am Post subject: |
|
|
Instead of right clicking the ahk file and compiling the exe, run the "Convert .ahk to .exe" compiler from the start menu (start>programs>autohotkey>Convert" for example), and you can put in the icon file that you want to use. Use the browse key to find the icon file you want.
Mike |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Sat Sep 04, 2004 12:38 pm Post subject: |
|
|
Those are all good suggestions. In addition, if you want to change a non-compiled script's icon, you can do it this way:
menu, tray, icon, MyIcon.ico ; .ico, .dll, or .exe |
|
| Back to top |
|
 |
|