Search the Community
Showing results for tags 'ico'.
-
Is it possible to compile script without any icon resources included? When I make exe it uses default system icon of current OS even if I compile as console application. On other versions of Windows it looks a little strange Update: It seems that the only way is remove icons from exe after compilation using resource editors like ResHacker. another bad solution: Using corrupted 35 bytes icon file. Windows can't load it and shows default system icon. #pragma compile(Icon, broken.ico) broken.ico
-
I have learned how to use TraySetIcon icon and toggle between icons that I added as resources using #AutoIt3Wrapper_Res_Icon_Add=C:\Program Files (x86)\AutoIt3\Icons\au3.ico My current work around is Doit() Func Doit() Local $TestIcon = @ScriptDir&"\Test.ico" Local $ProdIcon = @ScriptDir&"\Prod.ico" Local $Test = "Test" Local $Prod = "Prod" Local $Current = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\My Program","Location") If $Current = $Prod Then FileCreateShortcut($Test,@Deskt
-
Not an example or script. Lets post icons! This is just a thread where I'll attempt to collect existing autoit icons and post my own version, anyone who is capable of creating them is encouraged to post theirs! Also, you might notice I have something for shiny looking things test 2.ico test.ico test2.ico Auto.ico AutoIt.ico au3.ico Here is a variation I made of the OEM autoit icon, here's the difference, when explorer displays the 32px and below version of the icons image index, you might notice that the silver ring in the original version of the autoit icon looks a little fat, in t